/**
  * Name: Lowlead | Attorney & Lawyers HTML Template
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/
@import "shortcodes.css";
@import "responsive.css";
@import "animate.css";
@import "jquery.fancybox.min.css";
@import "font-awesome.css";
@import "magnific-popup.css";
@import "swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost: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&family=Noto+Sans: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&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import "bootstrap.css";

/**
  	* Reset Browsers
    * General
	* Elements
  	* Forms
	* Typography
	* Extra classes
	* link style
	* Root
	* Header
	* Site Logo
    * Menu
    * Header Fixed
    * Pagination
    * Scroll Top
    * Footer
    * Widget
    * PreLoad
    * side bar
    * up load
    * circle progress 
    * donat progress
    * swiper pagination slider
    * heading 
    * hover 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: var(--primary-color);
  line-height: 1;
  padding-right: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

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

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Roboto", sans-serif;
  color: var(--primary-color2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.button-st {
  background: #fee100;
  border-radius: 5px;
  padding: 18px 36px 15px 45px;
  color: #142441;
}

.text-p,
p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #9aa5b3;
}

strong,
b,
cite {
  font-weight: bold;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

/* Elements
-------------------------------------------------------------- */
tml {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0.1em 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table,
th,
td {
  border: 1px solid #343444;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  table-layout: fixed;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

input,
textarea,
select {
  font-size: 14px;
  max-width: 100%;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0)
  );
  /* Removing the inner shadow on iOS inputs */
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
  display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: 14px;
  height: 14px;
  margin-right: 11px;
  cursor: pointer;
  vertical-align: sub;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
  outline: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}

.select {
  position: relative;
  overflow: hidden;
}

.select ::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 14px;
  right: 10px;
  font-weight: 600;
  color: #1f1f2c;
  display: block;
  position: absolute;
  background: 0 0;
  top: 50%;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

select option {
  font-size: 15px;
  line-height: 24px;
  color: #1f1f2c;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 7px 15px 7px 13px;
  margin-bottom: 15px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eeeeee;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  color: #9aa5b3;
  background: rgba(238, 238, 238, 0.5);
  text-transform: capitalize;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="time"]::placeholder,
input[type="week"]::placeholder,
input[type="number"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="color"]::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Arimo", normal;

  color: rgba(119, 119, 119, 0.8);
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 23.5px 53px;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #8a8aa0;
}

:-moz-placeholder {
  color: #8a8aa0;
}

::-moz-placeholder {
  color: #8a8aa0;
  opacity: 1;
}

.error {
  font-size: 16px;
  color: var(--primary-color2);
  margin-bottom: 10px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #8a8aa0;
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "Arimo", normal;
  color: #142441;
  text-transform: capitalize;
}

h1 {
  font-size: 50px;
  font-weight: 700;
}

h2 {
  font-size: 32px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 28px;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
}

h5,
.h5 {
  font-weight: 700;
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

p {
  font-family: "Jost", normal;
  font-weight: 400;
}

a {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #9aa5b3;
}

span {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-transform: capitalize;

  color: #9aa5b3;
}

/* Extra classes
-------------------------------------------------------------- */
.msg-success {
  background: linear-gradient(to right, #e250e5, #4b50e6, #e250e5);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 700;
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  color: rgba(0, 0, 0, 0);
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

label.error {
  color: red;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}

.swiper-button-next:after {
  content: "\f061";
}

.swiper-button-prev:after {
  content: "\f060";
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-one {
  /* justify-content: space-between;
    display: flex; */
  position: relative;
}

.flex-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-three {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-inner {
  display: block;
  width: 100%;
}

.center,
.text-center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.home3 .relative {
  position: relative;
  height: 90px;
}

.j-content {
  justify-content: center;
}

.text-t {
  text-transform: capitalize;
}

.text-u {
  text-transform: uppercase;
}

.align {
  align-items: center;
}

.show-boder {
  padding-top: 30px !important;
  margin-top: -30px !important;
  padding-bottom: 30px !important;
  margin-bottom: -30px !important;
}

.show-slider4 {
  margin: -5px !important;
  padding: 5px !important;
}

.show-shadow {
  margin: -50px !important;
  padding: 50px !important;
}

#wrapper {
  position: relative;
  /* overflow: hidden; */
  max-width: 100%;
  height: 100%;
}

.wrapper-style {
  background: #faf8ff;
}

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

.font-2 {
  font-family: "Roboto", sans-serif;
}

.fs-16 {
  font-size: 16px;
  font-weight: 400;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

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

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

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

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

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

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

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

/* link style
-------------------------------------------------------------- */
a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fab:hover {
  color: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  cursor: pointer;
  color: #3764eb;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@keyframes rainbow {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: left;
  }
}

.top-bar-content {
  display: flex;
  position: absolute;
  left: 34%;
  top: 29px;
}

.content-center {
  padding: 0 44px 0 0;
}

.top-bar-right {
  display: flex;
  position: absolute;
  right: 0;
  top: 2%;
}

.top-bar-right.bt {
  position: absolute;
  right: 13.8%;
  top: 26px;
}

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

.link-style-1 a {
  text-decoration: none;
  color: var(--primary-color4);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-1 a:focus,
.link-style-1 a:hover {
  color: #3764eb;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-2 a:focus,
.link-style-2 a:hover {
  color: #3764eb;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a {
  text-decoration: none;
  color: var(--primary-color);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-3 a:focus,
.link-style-3 a:hover {
  color: var(--primary-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-4 a:focus,
.link-style-4 a:hover {
  color: var(--primary-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-5 a:focus,
.link-style-5 a:hover {
  color: #3764eb;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-6 a {
  text-decoration: none;
  color: var(--primary-color2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-style-6 a:focus,
.link-style-6 a:hover {
  color: #3764eb;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.text-color-1 {
  color: #fff;
}

.text-color-2 {
  color: #130518;
  font-weight: 500;
}

.text-color-3 {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 13px;
  /* line-height: 30px; */
  color: #142441;
}

.text-color-3.active {
  color: #3764eb;
}

.text-color-4 {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #9aa5b3;
}

.top-bar-right.bt .text-color-4.at {
  padding-right: 0px;
  position: relative;
}

.page-title-heading {
  display: flex;
  justify-content: space-between;
  padding: 100px 0px 98px;
  align-items: center;
}

.page-title-heading ul {
  display: flex;
  align-items: center;
  padding: 9px 0 9px;
}

.page-title-heading ul li {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
  color: #142441;
}

.page-title-heading ul .action {
  color: #3764eb;
}

.breadcrumbs a {
  position: relative;
  padding-right: 33px;
  margin-right: 29px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.breadcrumbs {
  color: #3764eb;
}

.flat-title-page {
  position: relative;
}

.flat-title-page .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/layout/Slider-blog.png);
}

.breadcrumbs a::before {
  position: absolute;
  top: -4px;
  right: 0px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
}

.top-bar-right.bt .text-color-4.at::after {
  position: absolute;
  top: 0px;
  font-size: 20px;
  left: -23px;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
}

.top-bar-right.bt .text-color-4.bf {
  position: relative;
}

.top-bar-right.bt .text-color-4.bf::after {
  position: absolute;
  top: 0px;
  left: -26px;
  font-size: 17px;
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
}

.social {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
}

.wrap-call {
  background: #2f5add;
  padding: 19px 23px 17px 25px;
}

.wrap-social ul {
  display: flex;
}

.home2 .wrap-social {
  padding: 0px 144px 0px 0px;
}
.wrap-social ul li {
  padding: 0;
}

.wrap-social ul li {
  padding-right: 10px;
  padding-left: 12px;
}

.wrap-social ul li a {
  color: #fff;
}

.flat-button-top .sc-button span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
}

.text-color-5 {
  color: #f6f6f6 !important;
}

.text-color-6 {
  color: var(--primary-color2) !important;
}

.text-color-7 {
  color: #b6b3bf;
}

.text-color-8 {
  color: #c29765 !important;
}

.text-color-9 {
  color: #165153;
}

/* Root
-------------------------------------------------------------- */
:root {
  /* color */
  --primary-color: #fff;
  --primary-color2: #272b2e;
  --primary-color3: #b14233;
  --primary-color4: #777777;
  --primary-color5: rgba(255, 255, 255, 0.3);
  --primary-color6: #23262912;
  --primary-color7: #ffffffb2;
  --primary-color8: #c29765;
  --primary-color9: #165153;
}

/* Header
-------------------------------------------------------------- */

.wrap-email .icon-email {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(35, 38, 41, 0.0705882353);
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
}

.wrap-email .icon-email svg {
  fill: #165153;
  font-size: 18px;
}

.wrap-email .title-email {
  margin-top: -2px;
  margin-left: 20px;
}

.wrap-email .title-email a:hover {
  color: #3764eb;
}

.box-phone {
  text-align: end;
  padding-left: 62px;
}

.box-phone h2 {
  font-size: 36px;
  line-height: 50px;
  border-left: 1px solid var(--primary-color6);
}

.box-menu {
  background-color: #165153;
  height: 80px;
  position: relative;
  /* z-index: 99999; */
  margin-bottom: -38px;
}

#site-header-inner.home2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}

/* Site Logo
-------------------------------------------------------------- */
#site-logo {
  height: 105px;
}

#site-logo-inner {
  position: absolute;
  top: 24px;
}

.main-logo img,
.main-logo h2 {
  float: left;
  max-width: 74%;
}

.flat-button-top {
  transform: translateY(-50%);
  position: absolute;
  right: -3px;
  top: 43px;
  background: #fee100;
  border-radius: 5px;
  padding: 11px 25px 11px 27px;
}

.flat-button-top:hover {
  background: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.flat-button-top:hover a span {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home2 .flat-button-top {
  border: 1px solid #142441;
  background: none;
  border-radius: 5px;
  padding: 10px 23px 7px 25px;
  right: -1px;
  top: 41px;
  position: absolute;
}

.home2 .flat-button-top:hover {
  background: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home2 .flat-button-top:hover span {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home2 .header_1 {
  background: #fff;
}
.home2 .header_1 #main-nav > ul > li > a {
  color: #142441;
}
.home2 .header_1 #main-nav {
  position: absolute;
  left: 0;
  top: 30px;
}

/* Menu
-------------------------------------------------------------- */
/* Main Nav */
#main-nav ul {
  margin: 0px;
}

#main-nav ul li {
  position: relative;
  list-style: none;
}

#main-nav ul li a .fab:hover {
  color: #142441;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-nav > ul > li {
  float: left;
  padding: 0px 59px 0px 0px;
}

.wrap-call h4,
.wrap-call h4 a {
  font-family: "Jost", normal;

  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

#main-nav > ul > li > a {
  position: relative;
  color: #ffffff;
  font-family: "Jost", normal;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

#main-nav > ul > li > a:hover {
  color: #142441;
}

.home3 #main-nav > ul > li > a:hover {
  color: #3764eb;
}

.home2 .wrap-social ul li a {
  color: #9aa5b3;
}

.home2 .wrap-call {
  background: none;
  padding: 19px 0px 17px 0px;
}

.home2 .wrap-call h4,
.home2 .wrap-call h4 a {
  color: #3764eb;
}

#main-nav > ul.style-menu > li {
  padding: 34px 30px 33px 13px;
}

#main-nav > .menu > li.menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-nav.home2 > ul > li > a {
  color: var(--primary-color);
}

#main-nav.home3 > ul > li > a {
  color: var(--primary-color);
}

/* Sub Menu */
.home2 #main-nav .sub-menu,
.home1 #main-nav .sub-menu {
  top: 100%;
}

#main-nav .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: -2px 6px 23px rgba(180, 180, 180, 0.3098039216);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
}

#main-nav .sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: #fff;
}

#main-nav .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid rgba(225, 225, 225, 0.5568627451);
}

#main-nav .sub-menu li a {
  display: block;
  font-size: 18px;
  color: #14141f;
  padding: 20px;
  font-weight: 700;
}

#main-nav .right-sub-menu {
  left: auto;
  right: 0;
}

/* #main-nav>ul>.current-menu-item>a {
    background:
        linear-gradient(0deg, #3764EB, #3764EB);

} */

#main-nav.home2 > ul > .current-menu-item > a {
  color: #3764eb;
}

#main-nav.home3 > ul > .current-menu-item > a {
  color: #739798;
}

#main-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#main-nav .sub-menu li.current-item a,
#main-nav .sub-menu li a:hover {
  color: #3764eb;
}

#main-nav.home2 .sub-menu li.current-item a,
#main-nav.home2 .sub-menu li a:hover {
  color: #3764eb;
}

#main-nav.home3 .sub-menu li.current-item a,
#main-nav.home3 .sub-menu li a:hover {
  color: #3764eb;
}

#main-nav > ul > li .sub-menu li {
  position: relative;
}

#main-nav > ul > li .sub-menu li a {
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

#main-nav > ul > li .sub-menu li a:hover {
  padding-left: 35px;
}

#main-nav > ul > li .sub-menu li a:hover::after {
  width: 12px;
}

#main-nav > ul > li .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #3764eb;
  left: 15px;
  top: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-nav > ul > li .sub-menu li.current-item a {
  padding-left: 35px;
}

#main-nav > ul > li .sub-menu li.current-item a::after {
  width: 12px;
}

#main-nav.home2 > ul > li .sub-menu li a::after {
  background: var(--primary-color8);
}

#main-nav.home3 > ul > li .sub-menu li a::after {
  background: var(--primary-color9);
}

/* Mobile Menu */
#main-nav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  background-color: var(--primary-color);
  box-shadow: 0px 3px 16px rgba(47, 83, 109, 0.12);
}

#main-nav-mobi ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-nav-mobi ul li {
  margin: 0;
  text-align: left;
  cursor: pointer;
  padding: 0;
  border-top: 1px solid rgba(138, 138, 160, 0.3);
  position: relative;
}

#main-nav-mobi ul li:first-child {
  border-top: 0px;
}

#main-nav-mobi ul > li > a {
  color: var(--primary-color2);
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  padding: 0 15px;
  font-weight: 700;
}

#main-nav-mobi ul > li.current-menu-item > a {
  color: #3764eb;
}

#main-nav-mobi .sub-menu .menu-item a {
  margin-left: 15px;
}

#main-nav-mobi ul li > ul > li:first-child {
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

.style3 #main-nav-mobi .current-item > a,
.style3 #main-nav-mobi ul > li > a:hover {
  color: #3764eb;
}

.style2 #main-nav-mobi .current-item > a,
.style2 #main-nav-mobi ul > li > a:hover {
  color: #3764eb;
}

#main-nav-mobi .current-item > a,
#main-nav-mobi ul > li > a:hover {
  color: #3764eb;
}

.style2 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background-color: var(--primary-color8);
}

.style2 #main-nav-mobi ul > li.current-menu-item > a {
  color: #3764eb;
}

.style3 #main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background-color: var(--primary-color9);
}

.style3 #main-nav-mobi ul > li.current-menu-item > a {
  color: #3764eb;
}

#main-nav-mobi .menu-item-has-children .arrow {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-family: "FontAwesome";
  line-height: 48px;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 0;
  width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: var(--primary-color2);
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  color: #3764eb;
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
  background: #3764eb;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#main-nav-mobi .menu-item-has-children .arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
  content: "\f107";
}

#main-nav-mobi ul ul li {
  background-color: var(--primary-color);
  border-top: 1px solid rgba(138, 138, 160, 0.3);
}

/* Search */
#site-header .header-search-icon {
  display: block;
  font-size: 14px;
  line-height: 100px;
}

.header-search {
  position: relative;
  margin-right: 31px;
  padding: 14px 0;
}

.top-search {
  width: 263px;
}

.top-search.show {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.search-submit {
  position: absolute;
  top: 6px;
  right: 4px;
  font-size: 16px;
  background: var(--primary-color3);
  color: #fff;
  border: none;
  border-radius: 5px;
  line-height: 20px;
  padding: 9px 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.search-submit:hover {
  border: none;
  color: #3764eb;
  background: #fff;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  background: var(--primary-color);
  color: #fff;
  width: 100%;
  border: 1px solid var(--primary-color);
  line-height: 24px;
  padding: 15px 50px 12px 16px;
}

.search-form .search-field.style {
  background: var(--primary-color5);
}

.search-form .search-field::placeholder {
  color: #706c83;
  line-height: 19px;
  font-size: 14px;
}

.search-form .search-field:focus {
  background: var(--primary-color);
  color: var(--primary-color2);
  width: 100%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
}

.search-form.home3 .search-field {
  background: #fff;
}

.icon-fl-search-filled {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

/* Mobile Menu Button */
.home2 .mobile-button::before,
.home2 .mobile-button::after,
.home2 .mobile-button span {
  background: #fff;
}

.home2 .is-small .mobile-button::before,
.home2 .is-small .mobile-button::after,
.home2 .is-small .mobile-button span {
  background: #fff;
}

.logo-mobile {
  display: none;
}

.mobile-button {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  float: right;
  top: 50%;
  right: 0px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mobile-button::before,
.mobile-button::after,
.mobile-button span {
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mobile-button::before,
.mobile-button::after {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.mobile-button span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  overflow: hidden;
  text-indent: 200%;
}

.mobile-button::before {
  -webkit-transform: translate3d(0, -7px, 0);
  -moz-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}

.mobile-button::after {
  -webkit-transform: translate3d(0, 7px, 0);
  -moz-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
  opacity: 0;
}

.mobile-button.active::before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active::after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.tf-button-submit:hover {
  opacity: 0.9;
  color: #fff;
}

.mobile-button.home3::before,
.mobile-button.home3::after,
.mobile-button.home3 span,
.style2 .mobile-button::before,
.style2 .mobile-button::after,
.style2 .mobile-button span {
  background-color: var(--primary-color);
}

/* Header Fixed */
.header_1.is-fixed {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

  background: #142441;
}

.header_1.is-fixed #main-nav > ul > li > a {
  color: #fff;
}

.header_1.is-fixed.style2 {
  background: var(--primary-color2);
  top: -300px;
}

.header_1.is-fixed.style2 #main-nav > ul > li > a {
  color: var(--primary-color);
}

.header_1.is-fixed.style2 #main-nav > ul > .current-menu-item > a {
  color: #3764eb;
}

.header_1.is-fixed.style2 #site-header-inner.home2 {
  border-bottom: unset;
}

.header_1.is-fixed.style3 {
  height: 0;
  margin-top: -1px;
}

.header_1.is-fixed.style3 #main-nav > ul > li > a {
  color: var(--primary-color);
}

.header_1.is-fixed.style3 #main-nav > ul > .current-menu-item > a {
  color: #739798;
}

.header_1.is-fixed.style3 .box-phone,
.header_1.is-fixed.style3 .wrap-email,
.header_1.is-fixed.style3 #site-logo {
  display: none;
}

.header_1.is-fixed.is-small {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/* Pagination
-------------------------------------------------------------- */
.themesflat-pagination {
  padding-top: 28px;
  text-align: center;
}

.themesflat-pagination ul {
  position: relative;
}

.themesflat-pagination ul li:last-child {
  margin-right: 0;
}

.themesflat-pagination ul li .page-numbers.style {
  width: 60px;
  height: 40px;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
  background: #3764eb;
  color: #fff;
  border-color: #3764eb;
}

/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
}

#scroll-top.show {
  right: 15px;
  opacity: 1;
  visibility: visible;
}

#scroll-top::before,
#scroll-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll-top::before {
  z-index: -1;
  background: #3764eb;
}

#scroll-top::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

#scroll-top:hover {
  transform: translateY(-7%);
}

#scroll-top:hover:before {
  background: #fee100;
}

/* Footer
-------------------------------------------------------------- */
#footer {
  padding: 60px 10px 60px;
  background: #ededed;
  position: relative;
  border-top: 5px solid #142441;
}

#footer .widget-social ul li .fab {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.3);
}

#footer .widget-social ul li .fab:hover {
  color: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer .widget-social ul li {
  padding-right: 39px;
}

#footer .widget-menu.fl-st-3 {
  margin-right: -2px;
}

#footer .widget-menu.fl-st-3 ul li a {
  text-decoration: revert;
  line-height: 35px;
  text-transform: none;
}

#footer .widget-menu.fl-st-3 ul li {
  padding-bottom: 7px;
}

#bottom {
  background: #142441;
  padding: 22px 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#bottom #wrap-bottom a {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

#bottom #wrap-bottom span {
  font-family: "Catamaran", normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

#bottom #wrap-bottom a:hover {
  color: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footer.home2 {
  padding: 118px 0 103px;
  background: url(./../../assets/images/backgroup-secsion/bg-footer.jpg) center
    center no-repeat;
  background-size: cover;
}

#footer.home3 {
  padding: 120px 0 103px;
  background: unset;
}
@media only screen and (max-width: 991px) {
  #footer .widget {
    margin-bottom: 15px !important;
  }
}

/* Widget
-------------------------------------------------------------- */
/*widget-logo*/
.widget-logo {
  /* padding-right: 108px; */
  color: var(--primary-color7);
}

.widget-logo .logo-footer {
  margin-bottom: 16px;
}

.widget-logo .logo-footer a {
  font-size: 36px;
  font-weight: bold;
  color: #3764eb;
}

.widget-logo p {
  margin-bottom: 39px;
  color: #393939;
}
.footer-text {
  color: #393939;
}
.widget-logo h3 {
  margin-bottom: 20px;
}

.widget-logo h3 span {
  margin-left: 7px;
}

.widget-social ul {
  display: flex;
}

.widget.style-4 .title-widget {
  margin-bottom: 10px;
  color: var(--primary-color);
}

.widget.style-4 p {
  padding-bottom: 20px;
}

.form-subcribe .form-submit input {
  padding: 20px 0 18px 30px;
  border-bottom: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
}

.form-subcribe .form-submit input:focus-visible {
  border: 1px solid #3764eb;
}

.form-subcribe .form-submit {
  position: relative;
  padding-bottom: 33px;
}

.widget-menu .content-submit a {
  position: relative;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  padding-right: 15px;
  margin-right: 11px;
  color: rgba(255, 255, 255, 0.7);
}

.widget-menu .content-submit a:hover {
  color: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-menu .content-submit a::before {
  position: absolute;
  content: "|";
  top: 0;
  right: 0px;
  font-size: 10px;
}

.widget-menu .content-submit .style::before {
  content: none;
}

.form-subcribe .form-submit::before {
  position: absolute;
  content: "\f177";
  right: 23px;
  top: 13%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 30px;
  color: #3764eb;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

/* widget-menu */
/* .widget-menu {
    padding-top: 0px;
    margin-left: -3px;
} */

.widget-menu.style-3 {
  padding-top: 42px;
}

/* .widget-menu.style-1 {
    padding-left: 2px;
} */

/* .widget-menu .title-widget {
    margin-bottom: 10px;
    color: var(--primary-color);
} */
.widget-menu .title-widget {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  color: #142441;
  padding-bottom: 10px;
   font-family: "Jost", normal;
}

.widget-menu.fl-st-3 .title-widget {
  margin-bottom: 5px;
}

.widget-menu ul li a {
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  text-transform: capitalize;
  color: #393939;
}

.widget-menu ul li a:hover {
  color: #1b325c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-menu ul li a:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.widget-menu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s;
  opacity: 1;
}

.widget-menu.home2 ul li a::after {
  background: var(--primary-color8);
}

.widget-menu.home2 ul li a:hover {
  color: #3764eb;
}

.widget-menu.home3 ul li a::after {
  background: var(--primary-color9);
}

.widget-menu.home3 ul li a:hover {
  color: #3764eb;
}

/* 
.widget.style-4 {
    padding-top: 14px;
} */

.widget.style-4.home {
  padding: 45px 30px 30px;
  background: #272b2e;
}

.widget.style-4.home h4 {
  margin-bottom: 27px;
}

.widget.style-4.home input {
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  background: #232629;
  margin-bottom: 11px;
  color: var(--primary-color);
}

.widget.style-4.home input::placeholder {
  font-size: 14px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.widget.style-4.home textarea {
  background: #232629;
  border: 1px solid rgba(255, 255, 255, 0.0509803922);
  margin-bottom: 21px;
  padding-bottom: 0;
  color: var(--primary-color);
}

.widget.style-4.home textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.widget.style-4.home p {
  margin-bottom: 20px;
}

.widget.style-4.home button {
  padding: 15.5px 35px;
}

/* recent news */
.widget .recent-news {
  margin-bottom: 33px;
}

.widget .recent-news li {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
}

.widget .recent-news li:last-child {
  border-bottom: unset;
  padding-bottom: 0px;
}

.widget .recent-news li:not(:first-of-type) {
  padding-top: 27px;
}

.widget .recent-news li .thumb {
  float: left;
  overflow: hidden;
  margin: 3px 20px 20px 1px;
  position: relative;
  border-radius: 40px;
  width: 70px;
  height: 70px;
}

.widget .recent-news li .texts {
  margin-top: -6px;
}

.widget .recent-news li h5 {
  line-height: 30px;
  margin-bottom: 9px;
  font-weight: 400;
  color: #fff;
}

.widget .recent-news li .entry-button {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lora";
  color: rgba(255, 255, 255, 0.6);
}

.widget .recent-news li .entry-button::after {
  content: "+";
}

.widget .recent-news li .entry-button:hover {
  color: #3764eb;
}

.widget .recent-news.home2 li a:hover {
  color: #3764eb;
}

.widget .recent-news.home3 li a:hover {
  color: #3764eb;
}

/* widget-subcribe */
.widget-subcribe.subcribe {
  margin-top: -81px;
}

.widget-subcribe.subcribe.home {
  margin-top: -120px;
}

.widget-subcribe h3 {
  margin-bottom: 21px;
}

.widget-subcribe .form-subcribe form {
  position: relative;
}

.widget-subcribe .form-subcribe input {
  background: #272b2e;
  width: 100%;
  padding: 21px 50px 19px 29px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.031372549);
  color: #fff;
}

.widget-subcribe .form-subcribe input:focus {
  border: 1px solid var(--primary-color3);
}

.widget-subcribe .form-subcribe input::placeholder {
  font-size: 14px;
  white-space: nowrap;
  max-width: 70%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.3019607843);
}

.button a:hover,
button:hover {
  background: #3764eb;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:h .widget-subcribe .form-subcribe button span {
  font-size: 16px;
  font-weight: 700;
}

.widget-subcribe.home2 .form-subcribe button {
  background: var(--primary-color8);
  border: 1px solid var(--primary-color8);
}

.widget-subcribe.home2 .form-subcribe button:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.widget-subcribe.home3 .form-subcribe button {
  background: var(--primary-color9);
  border: 1px solid var(--primary-color9);
}

.widget-subcribe.home3 .form-subcribe button:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

/* widget social footer */
.widget-social-footer {
  padding: 15px 0 16px;
  background-color: #130518;
}

.widget-social-footer ul li {
  margin-right: 44.3px;
}

.widget-social-footer ul li a {
  font-size: 14px;
  font-weight: 500;
  font-family: "Arimo", sans-serif;
  line-height: 28px;
}

.widget-social-footer .title-bottom {
  text-align: end;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 600;
}

.widget-social-footer.home2 {
  background-color: #fff;
}

.widget-social-footer.home3 {
  background-color: #fff;
}

/* PreLoad
-------------------------------------------------------------- */
.preload {
  overflow: hidden;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: block;
  overflow: hidden;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 100;
  margin: -30px 0 0 -30px;
  background: #ffffff;
  background-image: url(../images/logo/Vector-lg.png);
  background-repeat: no-repeat;
  background-position: center center;
  animation: preload 1s linear infinite alternate;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

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

.search .search-submit {
  top: 8px;
  right: 7px;
  font-size: 13px;
  background: transparent;
  color: #fff;
  line-height: 20px;
  padding: 9px 14.5px;
}

.search .search-submit:hover {
  background: #fff;
}

.search .search-submit.search-icon::after {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  color: #3764eb;
}

.side-bar .search-field::placeholder {
  font-size: 13px;
}

/* side bar */
.side-bar .widget.search {
  padding: 48px 30px 50px 30px;
}

.blogdetail .side-bar .widget.search {
  padding: 48px 30px 35px 30px;
}

.side-bar .widget {
  background-color: #f6f6f6;
  padding: 47px 29px 45px 30px;
  border-radius: 12px;
  margin-bottom: 30px;
}

.side-bar .widget-categories {
  padding: 47px 29px 50px 30px;
}

.side-bar .widget .widget-title {
  position: relative;
  padding-bottom: 25px;
}

.side-bar .widget .title-up {
  padding-bottom: 26px;
}

.side-bar .widget .widget-title.title-list {
  position: relative;
  padding-bottom: 21px;
}

/* .side-bar .widget .widget-title::after {
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute;
} */

/* .side-bar .widget .widget-title.title-list {
    margin-bottom: 4px;
} */

/* .side-bar .widget .widget-title.title-blogs {
    margin-bottom: 8px;
} */

/* .side-bar .widget .widget-title.title-tags {
    margin-bottom: 20px;
} */

/* .side-bar .widget .widget-title.title-up {
    margin-bottom: 12px;
} */

.side-bar .widget.style2 {
  padding: 30px 30px;
}

.side-bar .widget.style3 {
  padding: 50px 0px 60px 30px;
}

.side-bar .widget .image-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.side-bar .widget .image-gallery ul {
  margin: 0 -10px;
}
.side-bar .widget .image-gallery ul li {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.side-bar .widget .image-gallery ul li .thumb-instagram a {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
}
.side-bar .widget .image-gallery ul li .thumb-instagram img {
  width: 100%;
}
/* .side-bar .widget.style3 {
    padding: 49px 0px 60px 26px;
    margin-bottom: 30px;
} */

.side-bar .widget.style5 {
  background: #3764eb;
  padding: 0 0px 40px 0px;
}

.side-bar .widget.style5 .image {
  position: relative;
}

.side-bar .widget.style5 .image .icon {
  position: absolute;
  top: 47%;
  left: 40%;
  background: #fee100;
  padding: 15px;
  border-radius: 50%;
}

.side-bar .widget.style5 .image .content-img {
  text-align: center;
  padding: 27px 0px 0px 0px;
}

.side-bar .widget.style5 .image .content-img p {
  font-family: "Roboto", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  color: #ffffff;
}

.side-bar .widget.style5 .image .content-img h4 {
  font-family: "Arimo", normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 122%;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 7px;
}

.side-bar .widget.style3 .title-tags {
  padding-bottom: 37px;
}

.side-bar .widget.style3 .icon_inner a {
  padding: 11px 13px;
  border-radius: 100%;
  margin-right: 6px;
  background: #fff;
}

.side-bar .widget.style3 .icon_inner .style {
  padding: 11px 18px;
}

.side-bar .widget.style3 .icon_inner .action,
.side-bar .widget.style3 .icon_inner .action i {
  background: #3764eb;
  color: #fff;
}

.side-bar .widget.style3 .icon_inner .action {
  padding: 11px 15px;
}

.side-bar .widget.style3 .icon_inner a:hover {
  background: #3764eb;
}

.side-bar .widget.style3 .icon_inner a:hover i {
  color: #fff;
}

.side-bar .widget.style3 .icon_inner a i {
  font-size: 14px;
  color: #9aa5b3;
}

/* 
.side-bar .widget.style4 {
    padding: 49px 31px 40px 26px;
} */

.side-bar .widget.style4 p {
  margin-bottom: 20px;
}

.side-bar .widget .recent-news {
  margin-bottom: 0;
}

.side-bar .widget .recent-news li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--primary-color6);
}

.side-bar .widget .recent-news li:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.side-bar .widget .recent-news li h5 {
  margin-bottom: 0.5px;
  font-weight: 700;
}

.side-bar .widget .recent-news li .meta .user {
  margin-right: 4px;
}

.side-bar .widget .recent-news li .meta .user::after {
  margin-left: 5px;
}

.side-bar .widget .tags_cloud_inner a {
  display: inline-block;
  padding: 15px 19.5px 13px;
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
  margin-bottom: 10px;
  background-color: var(--primary-color);
  color: var(--primary-color4);
  font-family: "Jost", normal;
}

.side-bar .widget .tags_cloud_inner a.style-tag {
  padding: 15px 15px 13px;
}

.side-bar .widget .tags_cloud_inner a.active,
.side-bar .widget .tags_cloud_inner a:hover {
  background: #3764eb;
  color: #fff;
}

/*widget categories */
/* .widget.widget-categories {
    padding: 46px 47px 47px 26px;
} */

.widget.widget-categories ul li {
  display: flex;
}

.widget.widget-categories ul li img {
  margin-right: 19px;
}

.widget.widget-categories li {
  position: relative;
  margin-bottom: 24px;
}

.widget.widget-categories li:last-child {
  margin-bottom: 0;
}

.widget.widget-categories li a {
  color: var(--primary-color4);
  font-size: 16px;
  font-family: "Jost", normal;
  font-weight: 400;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}

/* .widget.widget-categories li a::before {
    content: "\f111";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    font-size: 8px;
    color: var(--primary-color2);
    margin-right: 8px;
} */

.widget.widget-categories li:hover a::before,
.widget.widget-categories li.active a::before,
.widget.widget-categories li:hover a,
.widget.widget-categories li.active a {
  color: #3764eb;
}

.widget.widget-categories li:hover .number,
.widget.widget-categories li.active .number {
  background-color: var(--primary-color2);
  color: var(--primary-color);
}

.btn-upload {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex !important;
  align-items: center;
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  background: #3764eb;
  padding-left: 30px;
  margin-bottom: 15px;
  border-radius: 7px;
}

.btn-upload::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin-right: 16px;
  margin-top: 0px;
  font-weight: 200;
}

.btn-upload::after {
  content: "80kb";
  font-family: "Jost", normal;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 28px;
  border-radius: 5%;
}

.btn-upload.style-up {
  background: #142441;
}

.btn-upload.style-up::before {
  content: "\f1c1";
}

.uploadFile {
  position: relative;
}

.uploadFile #filename2,
.uploadFile #filename {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  opacity: 0;
}

/* circle progress */
.flat-about .progress-box1 {
  margin-left: 23px;
  margin-right: 78px;
}

.flat-about .progress-box2 {
  margin-right: 78px;
}

.flat-about .progress-skill .couter2 .chart2,
.flat-about .progress-skill .couter .chart {
  position: relative;
  display: inline-block;
}

.flat-about .content h3 {
  margin-left: 0px;
  font-size: 18px;
}

.progress-skill {
  margin-bottom: 11px;
  text-align: center;
}

.progress-skill .couter2 .chart2 span.percent2,
.progress-skill .couter .chart span.percent {
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", normal;
  display: inline-block;
  color: #3764eb;
}

.progress-skill .couter2 .chart2 span.percent2 {
  color: #3764eb;
}

/* .counter h2::after {
    content: ".2K";
}

.counter h2.style::after {
    content: ".3M";
} */

/* {
    display: flex;
    margin-left: -10px;
} */

.counter .number-content,
.counter span {
  font-family: "Arimo", normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 44px;
  color: #3764eb;
  margin-bottom: 17px;
}

.counter p {
  font-family: "Jost", normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #9aa5b3;
}

.counter {
  text-align: center;
  width: calc(25% - 0px);
}

.wrap-counter {
  display: flex;
  border-top: 1px solid #eeeeee;
  padding-top: 57px;
  margin-top: 119px;
}

/* donat progress */
.progress-bar {
  padding-bottom: 14px;
}

.progress-title-holder {
  /* padding-bottom: 16px; */
  position: relative;
}

.progress-content-outter {
  height: 8px;
  background-color: var(--primary-color6);
  border-radius: 5px;
}

.progress-content {
  height: 8px;
  background: #3764eb;
  width: 0%;
  border-radius: 5px;
}

.flat-themes .swiper-pagination,
.flat-practice .swiper-pagination {
  width: 100%;
  margin-top: 50px;
  position: relative;
  bottom: 0 !important;
}

.slider.home2 .swiper-pagination2 {
  position: absolute;
  bottom: 11.3%;
  right: 18.9%;
  z-index: 9;
}

.slider.home3 .swiper-pagination2 {
  position: absolute;
  bottom: 3.6%;
  right: 47.6%;
  z-index: 9;
}

.slider.home3 .swiper-pagination-bullet,
.slider.home2 .swiper-pagination-bullet,
.flat-themes .swiper-pagination-bullet,
.flat-practice .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: rgba(35, 38, 41, 0.2);
  opacity: 1;
  margin: 0 10px !important;
  z-index: 99;
}

.slider.home3 .swiper-pagination-bullet::before,
.slider.home2 .swiper-pagination-bullet::before,
.flat-themes .swiper-pagination-bullet::before,
.flat-practice .swiper-pagination-bullet::before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  transform: translate(-50%, -57%);
  top: 50%;
  border-radius: 50%;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid rgba(35, 38, 41, 0.2);
  overflow: visible;
}

.slider.home3 .swiper-pagination-bullet,
.home2.tf-2 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.4);
}

.slider.home3 .swiper-pagination-bullet::before,
.home2.tf-2 .swiper-pagination-bullet::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.flat-case .swiper-pagination {
  margin-top: 63px;
  margin-bottom: 5px;
}

.flat-case.home3 .swiper-pagination {
  margin-top: 65px;
  margin-bottom: 5px;
}

.flat-case.home2 .swiper-pagination {
  margin-top: 66px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3764eb !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color3);
}

.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color8) !important;
}

.home2.tf-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color8);
}

.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color9) !important;
}

.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color9);
}

.slider.home3.tf-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3764eb !important;
}

.slider.home3.tf-3
  .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--primary-color3);
}

.heading-section {
  margin-bottom: 121px;
}

.heading-section h5 {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--primary-color4);
}

.heading-section .title-section {
  position: relative;
}

.heading-section .title-section::before {
  position: absolute;
  bottom: -61px;
  left: 50%;
  background: #3764eb;
  width: 2px;
  height: 50px;
  transform: translateX(-50%);
  content: "";
  text-transform: capitalize;
}

.heading-section.style {
  margin-top: -3px;
  margin-bottom: 49px;
  padding: 0 30%;
}

.heading-section.home2 .title-section::before {
  background-color: var(--primary-color8);
}

.heading-section.home3 .title-section::before {
  background-color: var(--primary-color9);
}

.heading-section2 {
  margin-bottom: 51px;
}

.heading-section2 h5 {
  margin-bottom: 12px;
  text-transform: uppercase;
  color: var(--primary-color4);
}

.heading-section2 .title-section {
  text-transform: capitalize;
}

.heading-section2.style {
  margin-bottom: 42px;
}

.hover-img img,
.flat-img img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.hover-img .img-style {
  overflow: hidden;
}

.hover-img .img-style img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.hover-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.infor-row {
  padding: 7px 0 24px;
  margin-bottom: 27px;
}

.infor-row .tags .font {
  align-items: center;
}
.infor-row .tags .icon {
  display: flex;
}
.infor-row .tags .icon a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  padding: 11px 13px;
  border-radius: 100%;
  margin-right: 8px;
  background: #eeeeee;
  color: #9aa5b3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infor-row .tags .icon .design {
  margin-right: 0px;
}

.infor-row .tags .icon .style {
  padding: 11px 15px;
}

.infor-row .tags .icon .action {
  color: #fff;
  background: #3764eb;
}

.infor-row .tags .icon a:hover {
  color: #fff;
  background: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.infor-row .tags .font a {
  background: #eeeeee;
  padding: 9px 18px;
  margin-right: 3px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #9aa5b3;
}

.infor-row .tags .font a:hover {
  background: #3764eb;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-hv .hover-style {
  position: relative;
}

.post-author {
  display: flex;
  padding: 47px 17px 40px 51px;
  background: #eeeeee;
  border-radius: 5px;
  margin-bottom: 59px;
}

.post-author .avatar {
  width: 35%;
  margin-right: 30px;
}

.post-author .content .name {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-author .content .name .icon a {
  margin-right: 36px;
}

.post-author .content .name .icon .design {
  margin-right: 31px;
}

.post-author .content .name .icon .action {
  color: #3764eb;
}

.post-author .content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;

  color: #9aa5b3;
}

.pagination .nav-item {
  display: flex;
  align-items: center;
}

.pagination .nav-item.right .content {
  text-align: right;
}

.pagination .nav-item.left a {
  margin-right: 26px;
}

.pagination .nav-item .content p {
  padding-bottom: 3px;
}

.pagination .nav-item.right a {
  margin-left: 25px;
}

.pagination .nav-item a {
  padding: 10px 20px 7px 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.pagination .nav-item .action {
  background: #3764eb;
}

.pagination .nav-item a:hover {
  color: #fff;
  background: #3764eb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .nav-item.left a:hover:after {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagination .nav-item.left a::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
  color: #9aa5b3;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.pagination.style ul li .left,
.pagination.style ul li .right {
  padding: 10px 20px 10px 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.themesflat-pagination ul {
  position: relative;
}

.themesflat-pagination ul li {
  display: inline-block;
  margin-right: 8px;
}

.themesflat-pagination ul li .style.right::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: #fff;
  font-size: 15px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.themesflat-pagination ul li .style.left::after {
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: #9aa5b3;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.themesflat-pagination ul li .style.left:hover:after {
  color: #fff;
}

.themesflat-pagination ul li .page-numbers:hover,
.themesflat-pagination ul li .page-numbers.current {
  background: #3764eb;
  color: #fff;
}

.pagination.style ul li a:hover:after {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.themesflat-pagination ul li .page-numbers {
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 40px;
  border: 1px solid #eeeeee;
  line-height: 40px;
  object-fit: cover;
}

.pagination .nav-item.right a::after {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 24px;
  color: #fff;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.pagination {
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding-top: 23px;
}

.pagination.style {
  justify-content: space-around;
  padding-top: 35px;
}

.pagination.style ul {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.pagination.style ul li a {
  padding: 10px 20px 10px 20px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}

.box-hv .hover-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(177, 66, 51, 0.5);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  transform: scale(1, 0);
  transform-origin: top;
  transition: transform 500ms ease;
}

.box-hv:hover .hover-style::before {
  transform: scale(1, 1);
  transform-origin: top;
}

.box-hv .hover-style.hv2::before {
  transform-origin: unset;
  background: rgba(194, 151, 101, 0.5019607843);
  transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv2::before {
  transform: scale(1, 1);
  transform-origin: center;
}

.box-hv .hover-style.hv3::before {
  background: rgba(194, 151, 101, 0.5019607843) !important;
  transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv3::before {
  transform: scale(1, 1);
}

.box-hv .hover-style.hv4::before {
  background: rgba(22, 81, 83, 0.5019607843);
  transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv4::before {
  transform: scale(1, 1);
}

.box-hv .hover-style.hv5::before {
  transform-origin: unset;
  background: rgba(22, 81, 83, 0.5019607843);
  transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv5::before {
  transform: scale(1, 1);
  transform-origin: center;
}

.box-hv .hover-style.hv6::before {
  transform-origin: unset;
  background: rgba(177, 66, 51, 0.5019607843);
  transform: scale(1, 0);
}

.box-hv:hover .hover-style.hv6::before {
  transform: scale(1, 1);
  transform-origin: center;
}

.box-hv .hover-style.hv7::before {
  transform-origin: center;
  transform: scale(0, 0);
  border-radius: 50%;
  transition: transform 800ms ease;
}

.box-hv .hover-style.hv7.hv8::before {
  background: rgba(194, 151, 101, 0.5019607843);
}

.box-hv .hover-style.hv7.hv9::before {
  background: rgba(22, 81, 83, 0.5019607843);
}

.box-hv .hover-style.hv7.hv10::before {
  border-radius: unset;
}

.box-hv:hover .hover-style.hv7::before {
  transform: scale(1, 1);
  transform-origin: center;
}

.book-app-select {
  display: flex;
  background: #fff;
  padding: 6px 6px 6px 6px;
  border-radius: 8px;
}

.book-app-select select {
  font-family: "Noto Sans", normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #9aa5b3;
  border: unset;
  padding: 0 32px;
  border-right: 1px solid #eeeeee;
  background: transparent;
  background-image: url(../images/icon/shop/down.png);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  outline: none;
}

.book-app-select input {
  background: transparent;
  margin-bottom: 0;
  border: unset;
}

.book-app-select button {
  background: #3764eb;
  border-radius: 8px;
  color: #ffffff;
  padding: 14px 19px 14px 19px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  flex-shrink: 0;
}
.book-app-select button:hover {
  background: #fee100;
  color: #14141f;
}

.book-app-select.style2 {
  padding: 0;
}

.book-app-select.style2 select {
  border: unset;
  background-color: #eeeeee;
  font-family: "Open Sans", normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 10px;
  padding: 10px 60px 10px 20px;
  border-radius: 5px;
}

/*# sourceMappingURL=style.css.map */
.logo-footer-img {
  width: 200px;
}
.footer-copyright {
  text-align: center;
}

:root {
  --adv-header-main-blue: #2d3691;
  --adv-header-main-dark: #111;
}

body.drawer-open {
  overflow: hidden;
  touch-action: none;
}
body {
  padding-top: 136px;
}

.adv-header-main-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.adv-header-main-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 25px;
}

/* TOP BAR */

.adv-header-main-topbar {
  background: #2d3691;
  height: 46px;
  overflow: hidden;
  transition: height 0.4s ease;
}

.adv-header-main-hide-topbar .adv-header-main-topbar {
  height: 0;
}

.adv-header-main-hide-topbar .adv-header-main-header {
  top: 0;
}

.adv-header-main-top-left {
  display: flex;
  gap: 30px;
  align-items: center;
  height: 46px;
}

.adv-header-main-top-left a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

/* MAIN HEADER */

.adv-header-main-header {
  width: 100%;
  background: #fff;
  transition: all 0.4s ease;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.adv-header-main-header .adv-header-main-container {
  height: 90px;
  display: flex;
  align-items: center;
}

.adv-header-main-logo {
  flex-shrink: 0;
}

.adv-header-main-logo img {
  height: 90px;
}

.adv-header-main-nav {
  flex: 1;
  display: flex;
  justify-content: right;
  margin: 0 40px;
}

.adv-header-main-nav ul {
  display: flex;
  gap: 35px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.adv-header-main-nav li {
  position: relative;
}

.adv-header-main-nav a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

/* DROPDOWN */

.adv-header-main-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s;
  flex-direction: column !important;
  gap: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}

.adv-header-main-submenu li {
  width: 100%;
}

.adv-header-main-submenu a {
  display: block;
  padding: 14px 20px;
}
.adv-header-main-submenu a:hover {
  background: #2d3691;
  color: #fff;
}

.adv-header-main-dropdown:hover .adv-header-main-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.adv-header-main-btn {
  padding: 13px 30px;
  background: var(--adv-header-main-blue);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.adv-header-main-btn:hover {
  transform: scale(0.96);
  background: red;
  color: #fff;
}

.adv-header-main-toggle {
  display: none;
  border: none;
  background: none;
  font-size: 26px;
}
.adv-header-main-toggle i {
  color: #e6293a;
}

/* DRAWER */

.adv-header-main-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 9998;
}

.adv-header-main-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* .adv-header-main-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: 0.45s ease;
  z-index: 9999;
  display: flex;
  flex-direction: column;

  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
} */

.adv-header-main-drawer {
  position: fixed;
  top: 0;
  right: 0; 
  left: auto;
  width: 320px;
  max-width: 85%;
  height: 100vh;
  background: #fff;
  transform: translateX(100%); 
  transition: 0.45s ease;
  z-index: 99999;
}

.adv-header-main-drawer.active {
  transform: translateX(0);
}
.adv-header-main-mobile-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.adv-header-main-mobile-head a{
  flex:1;
}

.adv-header-main-mobile-arrow{
  padding:15px 0 15px 15px;
  cursor:pointer;
}

.adv-header-main-mobile-dropdown ul{
  display:none;
}

.adv-header-main-mobile-dropdown.active ul{
  display:block;
}

.adv-header-main-mobile-dropdown.active .adv-header-main-mobile-arrow i{
  transform:rotate(180deg);
}

.adv-header-main-mobile-arrow i{
  transition:0.3s;
}

.adv-header-main-drawer-head {
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adv-header-main-drawer-head img {
  height: 50px;
}

.adv-header-main-close {
  border: none;
  background: none !important;
  font-size: 25px;
  padding: 10px;
}
.adv-header-main-close i {
  color: #2d3691;
}

.adv-header-main-divider {
  height: 1px;
  background: #ddd;
}

.adv-header-main-drawer-content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
}

.adv-header-main-drawer-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.adv-header-main-drawer-content li {
  border-bottom: 1px solid #eee;
}

.adv-header-main-drawer-content a,
.adv-header-main-mobile-dropdown button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  text-decoration: none;
  color: #111;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.adv-header-main-mobile-dropdown button:focus {
  outline: none !important;
}

.adv-header-main-mobile-dropdown ul {
  display: none;
  padding-left: 15px;
}

.adv-header-main-mobile-dropdown.active ul {
  display: block;
}

.adv-header-main-mobile-btn {
  display: block !important;
  text-align: center;
  background: var(--adv-header-main-blue) !important;
  color: #fff !important;
  border-radius: 8px;
  margin-top: 25px;
  padding: 15px !important;
  transition: all 0.3s ease !important;
}

.adv-header-main-mobile-btn:hover {
  transform: scale(0.96);
}

@media (max-width: 991px) {
  body {
    padding-top: 80px;
  }

  .adv-header-main-header {
    top: 0;
  }
  .adv-header-main-topbar {
    display: none;
  }

  .adv-header-main-nav,
  .adv-header-main-actions {
    display: none;
  }

  .adv-header-main-toggle {
    display: block;
    margin-left: auto;
    padding: 5px;
    border-radius: 5px;
    background: #2d3691 !important;
  }

  .adv-header-main-header .adv-header-main-container {
    height: 80px;
  }

  .adv-header-main-logo img {
    height: 45px;
  }
}

.mt-hero-sec-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mt-hero-sec-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.mt-hero-sec-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

.mt-hero-sec-slide.active {
  opacity: 1;
  visibility: visible;
}

.mt-hero-sec-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mt-hero-sec-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.mt-hero-sec-content {
  position: relative;
  z-index: 2;
  max-width: 650px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8%;
  color: #fff;
}

.mt-hero-sec-content h1 {
  font-size: 65px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}
.mt-hero-sec-content h2 {
  font-size: 65px;
  line-height: 1.1;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
}

.mt-hero-sec-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 550px;
  color: #eeeeee;
}

.mt-hero-sec-btn {
  width: max-content;
  text-decoration: none;
  background: #c4121a;
  color: #fff;
  padding: 16px 34px;
  border-radius: 8px;
  transition: 0.4s;
  font-weight: 600;
}

.mt-hero-sec-btn:hover {
  transform: scale(0.92);
  color: #fff;
}

.mt-hero-sec-pagination {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 10;
}

.mt-hero-sec-number {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  transition: 0.4s;
  opacity: 0.7;
  cursor: pointer;
}

.mt-hero-sec-number.active {
  color: #c4121a;
  font-size: 30px;
  opacity: 1;
}

/* Responsive */

@media (max-width: 991px) {
  .mt-hero-sec-content {
    padding: 0 30px;
  }

  .mt-hero-sec-content h1 {
    font-size: 48px;
  }
  .mt-hero-sec-content h2 {
    font-size: 48px;
  }

  .mt-hero-sec-pagination {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .mt-hero-sec-wrapper {
    height: 500px;
  }

  .mt-hero-sec-content {
    text-align: center;
    align-items: center;
  }

  .mt-hero-sec-content h1 {
    font-size: 32px;
  }
  .mt-hero-sec-content h2 {
    font-size: 32px;
  }

  .mt-hero-sec-content p {
    font-size: 15px;
  }

  .mt-hero-sec-pagination {
    flex-direction: row;
    bottom: 30px;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }

  .mt-hero-sec-number.active {
    font-size: 28px;
  }
}

.mt-brand-cards-sec {
  padding: 60px 10px;
  background: #f6f8fc;
  overflow: hidden;
}

.mt-brand-cards-sec-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}

/* Heading */

.mt-brand-cards-sec-head {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 60px;
}

.mt-brand-cards-sec-subtitle {
  display: inline-block;
  color: #2d3691;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.mt-brand-cards-sec-title {
  font-size: 48px;
  line-height: 1.2;
  color: #0f172a;
  font-weight: 700;
  margin-bottom: 20px;
}

.mt-brand-cards-sec-desc {
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

/* Grid */

.mt-brand-cards-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
}

/* Card */

.mt-brand-cards-sec-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.4s ease;
}

.mt-brand-cards-sec-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.mt-brand-cards-sec-img-wrap {
  height: 260px;
  overflow: hidden;
}

.mt-brand-cards-sec-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s ease;
}

.mt-brand-cards-sec-card:hover .mt-brand-cards-sec-img-wrap img {
  transform: scale(1.12);
}

/* Content */

.mt-brand-cards-sec-content {
  padding: 30px;
}

.mt-brand-cards-sec-content h3 {
  font-size: 25px;
  color: #2d3691;
  margin-bottom: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
}

.mt-brand-cards-sec-content h3::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #2d3691;
  position: absolute;
  left: 0;
  top: 7px;
}

.mt-brand-cards-sec-text {
  color: #64748b;
  line-height: 1.9;
  font-size: 16px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mt-brand-cards-sec-card.active .mt-brand-cards-sec-text {
  display: block;
  -webkit-line-clamp: unset;
}

.mt-brand-cards-sec-readmore {
  border: none;
  background: none;
  color: #2d3691;
  font-weight: 700;
  margin-top: 18px;
  cursor: pointer;
  padding: 0;
  font-size: 15px;
}
.mt-brand-cards-sec-readmore:focus {
  outline: none;
}

.mt-brand-cards-sec-readmore:hover {
  text-decoration: underline;
  background-color: transparent;
  color: #2d3691;
}

/* Tablet */

@media (max-width: 991px) {
  .mt-brand-cards-sec {
    padding: 50px 10px;
  }

  .mt-brand-cards-sec-title {
    font-size: 38px;
  }

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

/* Mobile */

@media (max-width: 767px) {
  .mt-brand-cards-sec {
    padding: 50px 10px;
  }

  .mt-brand-cards-sec-title {
    font-size: 30px;
  }

  .mt-brand-cards-sec-desc {
    font-size: 15px;
  }

  .mt-brand-cards-sec-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .mt-brand-cards-sec-img-wrap {
    height: 220px;
  }

  .mt-brand-cards-sec-content {
    padding: 25px;
  }

  .mt-brand-cards-sec-content h3 {
    font-size: 24px;
  }
}

.pcs-product-section {
  padding: 80px 60px;
  background: #f7f8fc;
}

.pcs-product-section-container {
  max-width: 1300px;
  margin: auto;
}

/* Heading */
.pcs-header {
  margin-bottom: 40px;
}

.pcs-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
}

/* Grid */
.pcs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Card */
.pcs-card {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #edf0f5;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.06),
    0 2px 8px rgba(0, 0, 0, 0.04);

  transition: all 0.4s ease;
}

.pcs-card:hover {
  transform: translateY(-10px);
  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.12),
    0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Image */
.pcs-card-img {
  height: 260px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

.pcs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.6s ease;
}

.pcs-card:hover .pcs-card-img img {
  transform: scale(1.12);
}

/* Content */
.pcs-card-content {
  padding-top: 20px;
}

.pcs-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.pcs-card-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Button */
.pcs-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 20px;
  background: #2d3691;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}

.pcs-card-btn:hover {
  background: #c4121a;
  color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
  .pcs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pcs-product-section {
    padding: 60px 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .pcs-grid {
    grid-template-columns: 1fr;
  }

  .pcs-product-section {
    padding: 50px 15px;
  }

  .pcs-title h2 {
    font-size: 32px;
  }
}

.counter-sec {
  padding: 90px 20px;
  background: #f7f8fa;
  position: relative;
}

.counter-sec-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.counter-sec-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.counter-sec-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #d82133, #2c3590);
  transform: scaleX(0);
  transition: 0.4s;
}

.counter-sec-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.counter-sec-card:hover::before {
  transform: scaleX(1);
}

.counter-sec-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 38px;
  color: #2c3590;
  transition: 0.4s;
}

.counter-sec-card:hover .counter-sec-icon {
  transform: rotate(10deg) scale(1.1);
}

.counter-sec-content h3 span {
  font-size: 35px;
  line-height: 1;
  margin: 0;
  font-weight: 800;
  color: #d82133;
}

.counter-sec-content sup {
  font-size: 24px;
  color: #d82133;
}

.counter-sec-small {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #272727;
}

.counter-sec-content p {
  margin-top: 14px;
  color: #2c3590;
  font-size: 20px;
  font-weight: 600;
}

/* Tablet */

@media (max-width: 991px) {
  .counter-sec-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .counter-sec-content h3 {
    font-size: 50px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .counter-sec {
    padding: 60px 15px;
  }

  .counter-sec-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .counter-sec-card {
    padding: 30px 25px;
  }

  .counter-sec-content h3 {
    font-size: 42px;
  }

  .counter-sec-icon {
    font-size: 32px;
  }

  .counter-sec-content p {
    font-size: 16px;
  }
}

.adv-cta-sec {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 60px auto;
  max-width: 1200px;
  min-height: 420px;
  display: flex;
  align-items: center;
}

.adv-cta-sec-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.adv-cta-sec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #2c3590 0%,
    #0f112ab8 45%,
    rgba(0, 0, 0, 0.45) 100%
  );
}

.adv-cta-sec-container {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.adv-cta-sec-content {
  max-width: 800px;
}

.adv-cta-sec-subheading {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.adv-cta-sec-heading {
  color: #fff;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 800;
  margin: 0 0 20px;
}

.adv-cta-sec-description {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  max-width: 650px;
}

.adv-cta-sec-action {
  flex-shrink: 0;
}

.adv-cta-sec-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 38px;
  background: #d82133;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.35s ease;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.adv-cta-sec-btn span {
  transition: 0.35s;
}
.adv-cta-sec-btn i {
  transition: 0.3s ease;
}

.adv-cta-sec-btn:hover i {
  transform: translateX(6px);
}

.adv-cta-sec-btn:hover {
  transform: scale(0.93);
  background: #f5f5f5;
  color: #2c3590;
}

.adv-cta-sec-btn:hover span {
  transform: translateX(6px);
}

.adv-cta-sec::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  top: -100px;
  right: -100px;
  z-index: 1;
}

.adv-cta-sec::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -100px;
  left: -80px;
  z-index: 1;
}

/* Tablet */

@media (max-width: 991px) {
  .adv-cta-sec-container {
    padding: 60px 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .adv-cta-sec-heading {
    font-size: 44px;
  }

  .adv-cta-sec-action {
    margin-top: 10px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .adv-cta-sec {
    border-radius: 20px;
    min-height: auto;
    margin: 60px 15px;
  }

  .adv-cta-sec-container {
    padding: 50px 25px;
    gap: 30px;
  }

  .adv-cta-sec-heading {
    font-size: 32px;
  }

  .adv-cta-sec-description {
    font-size: 16px;
    line-height: 1.7;
  }

  .adv-cta-sec-btn {
    width: 100%;
    justify-content: center;
    padding: 18px 28px;
  }

  .adv-cta-sec-action {
    width: 100%;
  }
}

.cont-hero-sec {
  position: relative;
  height: 70vh;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont-hero-sec__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cont-hero-sec__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.45));
}

.cont-hero-sec__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}

.cont-hero-sec__subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 10px 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  background: #2d3691;
  color: #fff;
}

.cont-hero-sec__heading {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;

}
.cont-hero-sec__content p{
  color: #d6d6d6;
}

.cont-hero-sec__description {
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
  color: #d6d6d6;
}

/* Tablet */
@media (max-width: 991px) {
  .cont-hero-sec {
    height: 55vh;
    min-height: 400px;
  }

  .cont-hero-sec__heading {
    font-size: 48px;
  }

  .cont-hero-sec__description {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cont-hero-sec {
    height: 50vh;
    min-height: 350px;
  }

  .cont-hero-sec__subtitle {
    font-size: 12px;
    padding: 8px 18px;
    letter-spacing: 2px;
  }

  .cont-hero-sec__heading {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .cont-hero-sec__description {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .cont-hero-sec__heading {
    font-size: 28px;
  }

  .cont-hero-sec__description {
    font-size: 14px;
  }
}

.cont-form-sec {
  padding: 100px 20px;
  background: #f8fafc;
}

.cont-form-sec__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

.cont-form-sec__info {
  flex: 1;
}

.cont-form-sec__tag {
  display: inline-block;
  padding: 10px 18px;
  background: #c2382e;
  color: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.cont-form-sec__heading {
  font-size: 50px;
  line-height: 1.15;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
}

.cont-form-sec__text {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
  margin-bottom: 40px;
}

.cont-form-sec__contact-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cont-form-sec__contact-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

.cont-form-sec__icon {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #0f172a;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.cont-form-sec__label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}

.cont-form-sec__contact-item p {
  margin: 0;
  font-size: 16px;
  color: #c4372d;
  font-weight: 600;
}

.cont-form-sec__form-wrap {
  flex: 1;
  background: #fff;
  padding: 45px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.08);
}

.cont-form-sec__form-heading {
  font-size: 32px;
  color: #0f172a;
  margin-bottom: 30px;
}

.cont-form-sec__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cont-form-sec__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cont-form-sec__input,
.cont-form-sec__textarea {
  width: 100%;
  border: none;
  background: #e6e6e6 !important;
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.cont-form-sec__input:focus,
.cont-form-sec__textarea:focus {
  background: #fff;
  box-shadow: 0 0 0 2px #0f172a;
}

.cont-form-sec__textarea {
  min-height: 160px;
  resize: none;
}

.cont-form-sec__checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.7;
}

.cont-form-sec__checkbox-wrap input {
  margin-top: 4px;
}

.cont-form-sec__btn {
  border: none;
  background: #c4372d;
  color: #fff;
  padding: 18px 30px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.35s;
  width: fit-content;
}

.cont-form-sec__btn:hover {
  transform: scale(0.95);
  background: #142441;
}

@media (max-width: 991px) {
  .cont-form-sec {
    padding: 80px 20px;
  }

  .cont-form-sec__container {
    flex-direction: column;
  }

  .cont-form-sec__heading {
    font-size: 42px;
  }

  .cont-form-sec__form-wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cont-form-sec {
    padding: 60px 15px;
  }

  .cont-form-sec__heading {
    font-size: 34px;
  }

  .cont-form-sec__form-wrap {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .cont-form-sec__form-heading {
    font-size: 26px;
  }

  .cont-form-sec__row {
    grid-template-columns: 1fr;
  }

  .cont-form-sec__icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 18px;
  }

  .cont-form-sec__contact-item p {
    font-size: 16px;
  }

  .cont-form-sec__btn {
    width: 100%;
  }
}

.cont-map {
  padding: 60px 20px;
  background: #e8e8e8;
}

.cont-map__container {
  max-width: 1200px;
  margin: auto;
}

.cont-map__heading-wrap {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
}

.cont-map__subtitle {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  background: #c4372d;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cont-map__heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  color: #142441;
  margin-bottom: 15px;
}

.cont-map__description {
  font-size: 17px;
  line-height: 1.8;
  color: #64748b;
}

.cont-map__card {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 25px 70px rgba(15, 23, 42, 0.12);
}

.cont-map__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.8),
    rgba(15, 23, 42, 0.1)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cont-map__iframe {
  width: 100%;
  height: 550px;
  border: none;
  border-radius: 22px;
  display: block;
}

/* Tablet */
@media (max-width: 991px) {
  .cont-map {
    padding: 80px 20px;
  }

  .cont-map__heading {
    font-size: 42px;
  }

  .cont-map__iframe {
    height: 450px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cont-map {
    padding: 40px 15px;
  }

  .cont-map__heading {
    font-size: 32px;
  }

  .cont-map__description {
    font-size: 15px;
  }

  .cont-map__card {
    border-radius: 20px;
    padding: 8px;
  }

  .cont-map__iframe {
    height: 350px;
    border-radius: 14px;
  }
}

/* Floating Icons Section */
.float-icons-bot-sec-wrapper {
  position: fixed;
  right: 20px;
  bottom: 25px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.float-icons-bot-sec-item {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
  transition: all 0.35s ease;
}
.float-icons-bot-sec-item i {
  color: #fff !important;
}

.float-icons-bot-sec-item:hover {
  transform: translateY(-5px) scale(1.08);
  color: #fff;
}

.float-icons-bot-sec-whatsapp {
  background: #25d366;
}

.float-icons-bot-sec-phone {
  background: #2d3691;
}

.float-icons-bot-sec-email {
  background: #c4372d;
}

@media (max-width: 768px) {
  .float-icons-bot-sec-wrapper {
    right: 15px;
    bottom: 20px;
    gap: 10px;
  }

  .float-icons-bot-sec-item {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

/*==========================
      PROD ADV SECTION
==========================*/

.prod-adv-sec {
  width: 100%;
  padding: 70px 20px;
}

.prod-adv-sec-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

/*=========================================
        SIDEBAR
=========================================*/

.prod-adv-sec-sidebar {
  position: sticky;
  top: 20px;
  position: sticky;
  top: 100px;
  align-self: start;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: auto;
}

.prod-adv-sec-title {
  background: #142441;
  color: #fff;
  padding: 22px 25px;
  font-size: 24px;
  font-weight: 700;
}

.prod-adv-sec-menu {
  width: 100%;
}

.prod-adv-sec-category {
  border-bottom: 1px solid #eee;
}

.prod-adv-sec-category:last-child {
  border-bottom: 0;
}

.prod-adv-sec-category-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.35s;
}

.prod-adv-sec-category-title {
  font-size: 16px;
  font-weight: 600;
  color: #142441;
  flex: 1;
  transition: 0.3s;
}

.prod-adv-sec-category-title.active {
  color: #d90d17;
  font-weight: 700;
}

/* Active Category Head */

.prod-adv-sec-category.active .prod-adv-sec-category-head  {
  background: #fff5f5;
}

.prod-adv-sec-category.active .prod-adv-sec-category-title {
  color: #d90d17;
  /* border-radius: 10px; */
}
.prod-adv-sec-category.active span {
  color: #ffffff;
  border-radius: 10px;
}
.prod-adv-sec-category span {
  color: #000000;
  border-radius: 10px;
}



.prod-adv-sec{
  scroll-margin-top: 60px;
}
.prod-adv-sec-category-head:hover {
  background: #fafafa;
}

.prod-adv-sec-category.active .prod-adv-sec-category-title {
  color: #d90d17;
}

.prod-adv-sec-category-toggle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}
/* ===== Main Category Accordion ===== */
.prod-adv-sec-main-category {
    border-bottom: 1px solid #eee;
}

.prod-adv-sec-main-head {
    padding: 10px;
    cursor: pointer;
    background: #fff;
    transition: 0.3s;
}

.prod-adv-sec-main-head:hover {
    background: #fafafa;
}

.prod-adv-sec-main-title span{
    font-size: 17px;
    font-weight: 700;
    color: #000000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prod-adv-sec-main-title i {
    font-size: 14px;
    transition: 0.35s;
    color: #142441;
}

/* Active main category */
.prod-adv-sec-main-category.active .prod-adv-sec-main-title {
    color: #d90d17;
}

.prod-adv-sec-main-category.active .prod-adv-sec-main-title i {
    transform: rotate(180deg);
    color: #d90d17;
}

/* Subcategories body - by default band */
.prod-adv-sec-main-body {
    display: none;
    background: #fafafa;
}

/* Jab active ho to dikhe */
.prod-adv-sec-main-category.active .prod-adv-sec-main-body {
    display: block;
}

/* Subcategory styling */
.prod-adv-sec-category-title {
   padding: 14px 15px 14px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #272727 ;
    cursor: pointer;
    transition: 0.3s;
    border-top: 1px solid #ececec;
}
/* Subcategory styling */
.prod-adv-sec-category-title span {
    color: #272727 ;
}

.prod-adv-sec-category-title:hover  {
    background: #d90d17 !important;
    color: #ffffff !important;
}
.prod-adv-sec-category-title:hover span  {
    color: #ffffff !important;
}

.prod-adv-sec-category-title.active {
    background: #d90d17;
    color: #fff !important;
    font-weight: 600;
}
.prod-adv-sec-category-toggle:hover {
  background: #d90d17;
  color: #fff;
}

.prod-adv-sec-category.active .prod-adv-sec-category-toggle i {
  transform: rotate(180deg);
}

.prod-adv-sec-category-toggle i {
  transition: 0.35s;
}
/* .prod-adv-sec-card.hidden {
    display: none !important;
} */
/* Prevent products flash before JS initializes */
.prod-adv-sec-grid.prod-adv-sec-not-ready .prod-adv-sec-card {
    display: none !important;
}
.prod-adv-sec-card {
    display: block;
}

.prod-adv-sec-card.prod-adv-sec-card-hidden {
    display: none !important;
}

.prod-adv-sec-submenu {
  display: none;
  background: #fafafa;
}

.prod-adv-sec-category.active .prod-adv-sec-submenu {
  display: block;
}

.prod-adv-sec-product-link {
  position: relative;
  padding: 15px 20px 15px 45px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.35s;
  border-top: 1px solid #ececec;
  color: #555;
}

.prod-adv-sec-product-link::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d90d17;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.prod-adv-sec-product-link:hover {
  background: #d90d17;
  color: #fff;
  padding-left: 52px;
}

.prod-adv-sec-product-link.active {
  background: #d90d17;
  color: #fff;
}
.prod-adv-sec-mobile-filter{
    display:none;
    margin-bottom:20px;
}

.prod-adv-sec-mobile-filter button{
    width:100%;
    border:none;
    background:#142441;
    color:#fff;
    padding:15px 20px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:10px;
}

#closeCategoryDrawer{
    display:none;
}

@media(max-width:991px){

    .prod-adv-sec-mobile-filter{
        display:block;
    }

    .prod-adv-sec-sidebar{
        position:fixed !important;
        top:0;
        right:-100%;
        width:320px;
        height:100vh;
        z-index:9999;
        overflow-y:auto;
        transition:.4s;
        margin:0;
        border-radius:0;
    }

    .prod-adv-sec-sidebar.active{
        right:0;
    }

    #closeCategoryDrawer{
        display:flex;
        align-items:center;
        justify-content:center;
        width:35px;
        height:35px;
        background:#fff;
        color:#000;
        border-radius:50%;
        cursor:pointer;
    }

    .prod-adv-sec-title{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .prod-adv-sec-overlay{
        position:fixed;
        inset:0;
        background:rgba(0,0,0,.5);
        opacity:0;
        visibility:hidden;
        transition:.3s;
        z-index:9998;
    }

    .prod-adv-sec-overlay.active{
        opacity:1;
        visibility:visible;
    }
}

/*=========================================
        RIGHT
=========================================*/

.prod-adv-sec-right {
  width: 100%;
}

.prod-adv-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/*=========================================
        CARD
=========================================*/

.prod-adv-sec-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #ececec;
  transition: 0.45s;
  padding: 18px;
}

.prod-adv-sec-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #d90d17;
  transition: 0.45s;
}

.prod-adv-sec-card:hover::after {
  width: 100%;
}

.prod-adv-sec-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}
.prod-adv-sec-btn-span{
  color:#000;
}
.prod-adv-sec-card:hover .prod-adv-sec-btn-span{
  color:#d90d17;
}

.prod-adv-sec-img {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 14px;
  background: #f5f5f5;
}

.prod-adv-sec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.45s;
}

.prod-adv-sec-card:hover img {
  transform: scale(1.08);
}

.prod-adv-sec-name {
  margin: 20px 0;
  font-size: 22px;
  font-weight: 600;
  color: #142441;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-adv-sec-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 2px solid #d90d17;
  border-radius: 50px;
  text-decoration: none;
  color: #d90d17;
  font-size: 15px;
  font-weight: 600;
  transition: 0.35s;
}

.prod-adv-sec-btn i {
  transition: 0.35s;
}

.prod-adv-sec-btn:hover {
  background: #d90d17;
  color: #fff;
}

.prod-adv-sec-btn:hover i {
  transform: translateX(6px);
}

/*=========================================
        PAGINATION
=========================================*/

.prod-adv-sec-pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.prod-adv-sec-page {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
  font-weight: 600;
}

.prod-adv-sec-page:hover {
  background: #d90d17;
  border-color: #d90d17;
  color: #fff;
}

.prod-adv-sec-page.active {
  background: #d90d17;
  color: #fff;
  border-color: #d90d17;
}

@media (max-width: 1199px) {
  .prod-adv-sec-container {
    grid-template-columns: 280px 1fr;
    gap: 25px;
  }

  .prod-adv-sec-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .prod-adv-sec-img {
    height: 250px;
  }

  .prod-adv-sec-name {
    font-size: 20px;
  }

  .prod-adv-sec-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .prod-adv-sec {
    padding: 50px 15px;
  }

  .prod-adv-sec-container {
    grid-template-columns: 1fr;
  }

  .prod-adv-sec-sidebar {
    position: static;
    margin-bottom: 30px;
  }

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

  .prod-adv-sec-img {
    height: 210px;
  }
}

@media (max-width: 767px) {
  .prod-adv-sec {
    padding: 40px 15px;
  }

  .prod-adv-sec-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 10px;
  }

  .prod-adv-sec-title {
    font-size: 20px;
    padding: 18px;
  }

  .prod-adv-sec-category-head {
    padding: 18px;
  }

  .prod-adv-sec-category-title {
    font-size: 15px;
    padding-right: 10px;
  }

  .prod-adv-sec-category-toggle {
    width: 34px;
    height: 34px;
  }

  .prod-adv-sec-product-link {
    padding: 14px 18px 14px 42px;
    font-size: 14px;
  }

  .prod-adv-sec-product-link::before {
    left: 18px;
  }

  .prod-adv-sec-img {
    height: 200px;
    border-radius: 12px;
  }

  .prod-adv-sec-card {
    padding: 5px;
    border-radius: 14px;
  }

  .prod-adv-sec-name {
    font-size: 16px;
    margin: 15px 0;
  }

  .prod-adv-sec-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 10px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .prod-adv-sec-pagination {
    gap: 8px;
    margin-top: 35px;
  }

  .prod-adv-sec-page {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }
}

.prod-adv-sec-card:hover .prod-adv-sec-name {
  color: #d90d17;
}

.prod-adv-sec-card:hover .prod-adv-sec-btn {
  background: #d90d17;
  color: #fff;
}

.prod-adv-sec-card:hover .prod-adv-sec-btn i {
  transform: translateX(6px);
}

.prod-adv-sec-category-toggle:hover i {
  transform: rotate(180deg);
}

.prod-adv-sec-submenu::-webkit-scrollbar {
  width: 5px;
}

.prod-adv-sec-submenu::-webkit-scrollbar-thumb {
  background: #d90d17;
  border-radius: 10px;
}

.prod-adv-sec-submenu::-webkit-scrollbar-track {
  background: #f3f3f3;
}

.prod-adv-sec *,
.prod-adv-sec *::before,
.prod-adv-sec *::after {
  transition-duration: 0.35s;
}

.prod-adv-sec-btn:focus,
.prod-adv-sec-page:focus {
  outline: none;
}

.prod-adv-sec-img img {
  display: block;
}
.prod-adv-sec-main-title {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        background: #f5f8fc;
        color: #0b2344;
        font-size: 20px;
        font-weight: 700;
        border-left: 5px solid #e30613;
        border-bottom: 1px solid #e5e5e5;
    }

    .prod-adv-sec-main-title i {
        color: #e30613;
        font-size: 20px;
    }

    .prod-adv-sec-main-body {
        padding-top: 10px;
    }

    /* =========================================================
       CATEGORY TREE
    ========================================================= */
    .prod-adv-sec-menu {
        width: 100%;
    }

    /* =========================================================
       MAIN CATEGORY
    ========================================================= */
    .prod-adv-sec-main-category {
        border-bottom: 1px solid #e5e5e5;
    }

    .prod-adv-sec-main-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 18px;
        background: #f5f8fc;
        color: #0b2344;
        font-size: 17px;
        font-weight: 700;
        cursor: pointer;
    }

    .prod-adv-sec-main-title i {
        font-size: 13px;
        transition: transform .25s ease;
    }

    .prod-adv-sec-main-category.active .prod-adv-sec-main-title i {
        transform: rotate(180deg);
    }

    /* =========================================================
       LEVEL 1
    ========================================================= */
    .prod-adv-sec-main-body {
        display: none;
        padding: 5px 0;
        background: #ffffff;
    }

    .prod-adv-sec-main-category.active .prod-adv-sec-main-body {
        display: block;
    }

    /* =========================================================
       SUB CATEGORY
    ========================================================= */
    .prod-adv-sec-category {
        border-bottom: 1px solid #f0f0f0;
    }

    .prod-adv-sec-category-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 18px 12px 28px;
        color: #26384f;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: .2s ease;
    }

    .prod-adv-sec-category-title:hover {
        color: #e30613;
        background: #f8fafc;
    }

    .prod-adv-sec-category-title i {
        font-size: 11px;
        transition: transform .25s ease;
    }

    /* =========================================================
       LEVEL 2
    ========================================================= */
    .prod-adv-sec-subcategory-body {
        display: none;
        margin-left: 28px;
        border-left: 2px solid #e30613;
        background: #fafbfd;
    }

    .prod-adv-sec-category.active .prod-adv-sec-subcategory-body {
        display: block;
    }

    /* =========================================================
       SUB-SUB CATEGORY
    ========================================================= */
    .prod-adv-sec-subcategory {
        border-bottom: 1px solid #eeeeee;
    }

    .prod-adv-sec-subcategory-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
        color: #fcfbfb;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: .2s ease;  
         background: #e30613;
    }
    .prod-adv-sec-subcategory-title.active{
      background-color: #e30613;
    }

    .prod-adv-sec-subcategory-title:hover {
        color: #fcfcfc;
        background: #e30613;
    }

    .prod-adv-sec-subcategory-title i {
        font-size: 10px;
        transition: transform .25s ease;
    }

    /* =========================================================
       LEVEL 3
    ========================================================= */
    .prod-adv-sec-subsubcategory-body {
        display: none;
        margin-left: 18px;
        padding: 4px 0 8px;
        border-left: 1px dashed #cbd3dd;
    }

    .prod-adv-sec-subcategory.active .prod-adv-sec-subsubcategory-body {
        display: block;
    }

    /* =========================================================
       FINAL CATEGORY
    ========================================================= */
    .prod-adv-sec-subsubcategory-title {
        position: relative;
        display: flex;
        align-items: center;
        padding: 9px 12px 9px 18px;
        color: #59687b;
        font-size: 13px;
        cursor: pointer;
        transition: .2s ease;
    }

    .prod-adv-sec-subsubcategory-title:hover {
        color: #e30613;
        background: #fff5f5;
    }

    /* =========================================================
       DOT
    ========================================================= */
    .prod-category-dot {
        width: 6px;
        height: 6px;
        background: #e30613;
        border-radius: 50%;
        margin-right: 9px;
        flex-shrink: 0;
    }

    /* =========================================================
       ACTIVE ARROWS
    ========================================================= */
    .prod-adv-sec-category.active .prod-adv-sec-category-title i,
    .prod-adv-sec-subcategory.active .prod-adv-sec-subcategory-title i {
        transform: rotate(90deg);
    }

    /* =========================================================
       ACTIVE FINAL CATEGORY
    ========================================================= */
    .prod-adv-sec-subsubcategory-title.active {
        color: #e30613;
        font-weight: 700;
        background: #fff5f5;
    }

    /* =========================================================
       PRODUCTS SECTION
    ========================================================= */
    .prod-adv-sec {
        padding: 40px 0;
        background: #f8fafc;
    }

    .prod-adv-sec-container {
        max-width: 1320px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        gap: 30px;
        align-items: flex-start;
        position: relative;
    }

    .prod-adv-sec-sidebar {
        flex: 0 0 320px;
        width: 320px;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        overflow: hidden;
        max-height: calc(100vh - 200px);
        overflow-y: auto;
        position: sticky;
        top: 100px;
        transition: all 0.3s ease;
    }

    .prod-adv-sec-sidebar::-webkit-scrollbar {
        width: 4px;
    }

    .prod-adv-sec-sidebar::-webkit-scrollbar-thumb {
        background: #e30613;
        border-radius: 4px;
    }

    .prod-adv-sec-right {
        flex: 1;
        min-width: 0;
    }

    .prod-adv-sec-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 20px;
    }

    .prod-adv-sec-card {
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        text-decoration: none;
        display: block;
    }

    .prod-adv-sec-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    /* .prod-adv-sec-card.hidden {
        display: none;
    } */

    .prod-adv-sec-img {
        width: 100%;
        padding-top: 75%;
        position: relative;
        background: #f8fafc;
    }

    .prod-adv-sec-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prod-adv-sec-card h3 {
        padding: 12px 15px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        color: #0b2344;
        text-align: center;
    }

    .prod-adv-sec-btn-span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* =========================================================
       MOBILE FILTER BUTTON
    ========================================================= */
    .prod-adv-sec-mobile-filter {
        display: none;
        margin-bottom: 20px;
    }

    .prod-adv-sec-mobile-filter button {
        width: 100%;
        padding: 12px 20px;
        background: #0b2344;
        color: #ffffff;
        border: none;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .prod-adv-sec-mobile-filter button i {
        font-size: 18px;
    }

    .prod-adv-sec-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .prod-adv-sec-overlay.active {
        display: block;
    }

    .prod-adv-sec-close-btn {
        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
        background: none;
        border: none;
        font-size: 24px;
        color: #0b2344;
        cursor: pointer;
        z-index: 1001;
    }

    /* =========================================================
       MOBILE
    ========================================================= */
    @media(max-width: 991px) {
        .prod-adv-sec-container {
            flex-direction: column;
            padding: 0 10px;
        }

        .prod-adv-sec-sidebar {
            position: fixed;
            top: 0;
            left: -320px;
            width: 300px;
            max-width: 85%;
            height: 100vh;
            max-height: 100vh;
            border-radius: 0;
            z-index: 1000;
            padding-top: 60px;
            transition: left 0.3s ease;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
            overflow-y: auto;
            flex: none;
        }

        .prod-adv-sec-sidebar.active {
            left: 0;
        }

        .prod-adv-sec-sidebar .prod-adv-sec-menu {
            padding-bottom: 30px;
            margin-top: 35px;
        }

        .prod-adv-sec-close-btn {
            display: block;
        }

        .prod-adv-sec-mobile-filter {
            display: block;
        }

        .prod-adv-sec-grid {
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            gap: 15px;
        }

        .prod-adv-sec-main-title {
            padding: 12px 15px;
            font-size: 15px;
        }

        .prod-adv-sec-category-title {
            padding: 10px 15px 10px 22px;
            font-size: 13px;
        }

        .prod-adv-sec-subcategory-body {
            margin-left: 20px;
        }

        .prod-adv-sec-subsubcategory-body {
            margin-left: 12px;
        }

        .prod-adv-sec-subsubcategory-title {
            padding: 7px 10px 7px 15px;
            font-size: 12px;
        }
    }

    @media(max-width: 480px) {
        .prod-adv-sec-grid {
            grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
            gap: 12px;
        }
    }

.abt-spel-sec {
  width: 100%;
  padding: 90px 20px;
  background: #f7f8fb;
  overflow: hidden;
}

.abt-spel-sec-container {
  max-width: 1350px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.abt-spel-sec-content {
  position: relative;
}

.abt-spel-sec-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ff2b2b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.abt-spel-sec-title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  color: #142441;
  margin-bottom: 30px;
}

.abt-spel-sec-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 25px;
}

.abt-spel-sec-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}

.abt-spel-sec-feature {
  background: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  font-weight: 600;
  color: #222;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
}

.abt-spel-sec-feature:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
}

.abt-spel-sec-image {
  position: relative;
}

.abt-spel-sec-img-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  padding: 14px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.abt-spel-sec-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 2px;
  background: linear-gradient(135deg, #ff3434, #ff8d2b, #ff3434);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.abt-spel-sec-img-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 22px;
  transition: 0.7s;
  display: block;
}

.abt-spel-sec-img-wrap:hover img {
  transform: scale(1.08);
}

.abt-spel-sec-badge {
  position: absolute;
  left: -30px;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  padding: 22px 30px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.abt-spel-sec-badge h3 {
  font-size: 40px;
  color: #ff3434;
  margin-bottom: 5px;
  font-weight: 800;
}

.abt-spel-sec-badge span {
  color: #444;
  font-size: 15px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .abt-spel-sec-title {
    font-size: 44px;
  }

  .abt-spel-sec-container {
    gap: 50px;
  }

  .abt-spel-sec-img-wrap img {
    height: 470px;
  }
}

@media (max-width: 991px) {
  .abt-spel-sec {
    padding: 70px 20px;
  }

  .abt-spel-sec-container {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .abt-spel-sec-image {
    order: -1;
  }

  .abt-spel-sec-title {
    font-size: 40px;
  }

  .abt-spel-sec-img-wrap img {
    height: 500px;
  }

  .abt-spel-sec-badge {
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .abt-spel-sec {
    padding: 60px 15px;
  }

  .abt-spel-sec-title {
    font-size: 32px;
  }

  .abt-spel-sec-content p {
    font-size: 15px;
    line-height: 1.8;
  }

  .abt-spel-sec-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .abt-spel-sec-img-wrap {
    padding: 10px;
    border-radius: 18px;
  }

  .abt-spel-sec-img-wrap img {
    height: 340px;
    border-radius: 14px;
  }

  .abt-spel-sec-badge {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    width: fit-content;
  }

  .abt-spel-sec-badge h3 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .abt-spel-sec-title {
    font-size: 28px;
  }

  .abt-spel-sec-subtitle {
    font-size: 13px;
  }

  .abt-spel-sec-feature {
    padding: 16px;
    font-size: 14px;
  }

  .abt-spel-sec-img-wrap img {
    height: 280px;
  }
}

.abt-bg-img-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 20px;
  isolation: isolate;
}

.abt-bg-img-sec-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -3;
}

.abt-bg-img-sec-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 18, 35, 0.88),
    rgba(18, 28, 48, 0.78),
    rgba(0, 0, 0, 0.78)
  );
  z-index: -2;
}

.abt-bg-img-sec::after {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  background: rgba(255, 75, 43, 0.18);
  filter: blur(120px);
  top: -220px;
  right: -120px;
  z-index: -1;
}

.abt-bg-img-sec-container {
  max-width: 1350px;
  margin: auto;
}

.abt-bg-img-sec-heading {
  max-width: 820px;
  text-align: center;
  margin: 0 auto 70px;
}

.abt-bg-img-sec-heading span {
  display: inline-block;
  color: #ff5b3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 18px;
}

.abt-bg-img-sec-heading h2 {
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  margin-bottom: 25px;
  font-weight: 800;
}

.abt-bg-img-sec-heading p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  line-height: 1.9;
}

.abt-bg-img-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.abt-bg-img-sec-card {
  position: relative;
  padding: 45px 35px;
  border-radius: 28px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  transition: 0.45s;
}

.abt-bg-img-sec-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 91, 61, 0.15),
    transparent,
    rgba(255, 255, 255, 0.05)
  );
  opacity: 0;
  transition: 0.45s;
}

.abt-bg-img-sec-card:hover {
  transform: translateY(-15px);
  border-color: #bc1b2a;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.abt-bg-img-sec-card:hover::before {
  opacity: 1;
}

.abt-bg-img-sec-icon {
  width: 75px;
  height: 75px;
  margin: auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(307deg, #2d3691, #bc1b2a75);
  color: #fff;
  font-size: 34px;
  /* box-shadow:0 15px 40px rgba(255,91,61,.45); */
  transition: 0.45s;
}

.abt-bg-img-sec-card:hover .abt-bg-img-sec-icon {
  transform: rotateY(180deg) scale(1.08);
}

.abt-bg-img-sec-card h3 {
  margin-top: 28px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.abt-bg-img-sec-divider {
  width: 75px;
  height: 4px;
  border-radius: 30px;
  background: linear-gradient(to right, #2d3691, #bc1b2a);
  margin: 22px auto;
}

.abt-bg-img-sec-card p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.9;
  font-size: 16px;
}

/* Tablet */

@media (max-width: 991px) {
  .abt-bg-img-sec {
    padding: 80px 20px;
  }

  .abt-bg-img-sec-heading h2 {
    font-size: 42px;
  }

  .abt-bg-img-sec-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 767px) {
  .abt-bg-img-sec {
    padding: 65px 15px;
  }

  .abt-bg-img-sec-heading {
    margin-bottom: 45px;
  }

  .abt-bg-img-sec-heading h2 {
    font-size: 30px;
  }

  .abt-bg-img-sec-heading p {
    font-size: 15px;
  }

  .abt-bg-img-sec-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .abt-bg-img-sec-card {
    padding: 35px 25px;
  }

  .abt-bg-img-sec-icon {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }

  .abt-bg-img-sec-card h3 {
    font-size: 23px;
  }

  .abt-bg-img-sec-card p {
    font-size: 15px;
  }
}


.pre-project-sec {
  padding: 100px 20px;
  background: #f8f8f8;
}

.pre-project-sec-container {
  max-width: 1300px;
  margin: auto;
}

.pre-project-sec-heading {
  text-align: center;
  margin-bottom: 40px;
}

.pre-project-sec-heading span {
  display: inline-block;
  color: #c6a15b;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pre-project-sec-heading h2 {
  font-size: 42px;
  color: #111;
  margin: 0;
  font-weight: 700;
}

.pre-project-sec-tabs {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 50px;
}

.pre-project-sec-tab-btn {
  border: none;
  background: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #2d3691;
  color: #2d3691;
}

.pre-project-sec-tab-btn.active,
.pre-project-sec-tab-btn:hover {
  background: #2d3691;
  color: #fff;
  outline: none;
}
.pre-project-sec-content {
  display: none;
}

.pre-project-sec-content.active {
  display: block;
}

.pre-project-sec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.pre-project-sec-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  height: 350px;
  display: block;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.pre-project-sec-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.pre-project-sec-card:hover img {
  transform: scale(1.12);
}

.pre-project-sec-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.5),
    transparent
  );
}

.pre-project-sec-card-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 20px;
  z-index: 2;
}

.pre-project-sec-card-content h3 {
  color: #fff;
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.4;
  font-weight: 600;
}
.pre-project-sec-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  /* padding: 10px 18px; */
  /* background: #2d3691; */
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.4s ease;
}

.pre-project-sec-card:hover .pre-project-sec-card-btn {
  color: #ec2719;
  transform: translateX(5px);
}
.pre-project-sec-btn-wrap {
  text-align: center;
  margin-top: 50px;
}

.pre-project-sec-load-btn {
  border: none;
  background: #2d3691;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.4s;
}

.pre-project-sec-load-btn:hover {
  background: #c4372d;
}

.pre-project-sec-hidden {
  display: none;
}

/* Tablet */
@media (max-width: 991px) {
  .pre-project-sec {
    padding: 80px 15px;
  }

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

  .pre-project-sec-heading h2 {
    font-size: 34px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pre-project-sec-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .pre-project-sec-tab-btn {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
  }

  .pre-project-sec-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pre-project-sec-card {
    height: 280px;
  }

  .pre-project-sec-heading h2 {
    font-size: 28px;
  }
}

.serv-hero-sec {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.serv-hero-sec-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serv-hero-sec-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.serv-hero-sec-blade-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%);
  z-index: 2;
}

.serv-hero-sec-container {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1320px;
  margin: auto;
  padding: 0 20px;
}

.serv-hero-sec-content {
  max-width: 500px;
  color: #fff;
}

.serv-hero-sec-subheading {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f7f7f7;
}

.serv-hero-sec-heading {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.serv-hero-sec-description {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

/* ==========================
   Tablet
========================== */

@media (max-width: 991px) {
  .serv-hero-sec {
    min-height: 500px;
  }

  .serv-hero-sec-blade-overlay {
    width: 55%;
  }

  .serv-hero-sec-heading {
    font-size: 45px;
  }

  .serv-hero-sec-description {
    font-size: 16px;
  }
}

/* ==========================
   Mobile
========================== */

@media (max-width: 767px) {
  .serv-hero-sec {
    min-height: 400px;
    text-align: center;
  }

  .serv-hero-sec-blade-overlay {
    display: none;
  }

  .serv-hero-sec-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .serv-hero-sec-content {
    max-width: 100%;
  }

  .serv-hero-sec-heading {
    font-size: 34px;
  }

  .serv-hero-sec-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .serv-hero-sec-subheading {
    font-size: 13px;
  }
}

.serv-cta-sec {
  position: relative;
  width: 100%;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 60px 20px;
}

.serv-cta-sec-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.serv-cta-sec-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.serv-cta-sec-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.serv-cta-sec-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}

.serv-cta-sec-subheading {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d83d31;
  margin-bottom: 15px;
}

.serv-cta-sec-heading {
  font-size: 54px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.serv-cta-sec-description {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
}

.serv-cta-sec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 38px;
  background: #ffffff;
  color: #2e3590;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
  border: 2px solid #2e3590;
}

.serv-cta-sec-btn:hover {
  transform: translateY(-3px);
  background: #d83d31;
  color: #fff;
  border: 2px solid #d83d31;
}

/* =========================
   Tablet
========================= */

@media (max-width: 991px) {
  .serv-cta-sec {
    min-height: 500px;
    padding: 80px 20px;
  }

  .serv-cta-sec-heading {
    font-size: 42px;
  }

  .serv-cta-sec-description {
    font-size: 16px;
  }
}

/* =========================
   Mobile
========================= */

@media (max-width: 767px) {
  .serv-cta-sec {
    min-height: auto;
    padding: 70px 15px;
  }

  .serv-cta-sec-content {
    max-width: 100%;
  }

  .serv-cta-sec-subheading {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .serv-cta-sec-heading {
    font-size: 30px;
    line-height: 1.25;
  }

  .serv-cta-sec-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .serv-cta-sec-btn {
    padding: 13px 30px;
    font-size: 14px;
  }
}

.serv-main-sec {
  background: #ffffff;
  background-image:
    radial-gradient(
      circle at 15% 10%,
      rgba(201, 162, 75, 0.08),
      transparent 40%
    ),
    radial-gradient(
      circle at 85% 90%,
      rgba(47, 174, 147, 0.07),
      transparent 40%
    );
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}

.serv-main-sec__wrap {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ---------- Heading ---------- */
.serv-main-sec__eyebrow {
  display: block;
  text-align: center;
  color: #c9a24b;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.serv-main-sec__heading {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #1b1f2a;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.serv-main-sec__heading span {
  color: #c9a24b;
  font-style: italic;
}

.serv-main-sec__desc {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 64px auto;
  color: #6b7280;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}

/* ---------- Grid ---------- */
.serv-main-sec__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.serv-main-sec__grid2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ---------- Card ---------- */
.serv-main-sec__card {
  background: linear-gradient(180deg, #ffffff 0%, #faf8f4 100%);
  border: 1px solid #e8e4dc;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.45s ease,
    box-shadow 0.45s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 14px rgba(27, 31, 42, 0.05);
}

.serv-main-sec__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(201, 162, 75, 0.6),
    rgba(62, 214, 181, 0.4),
    transparent 60%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.serv-main-sec__card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow:
    0 24px 44px rgba(27, 31, 42, 0.14),
    0 0 0 1px rgba(201, 162, 75, 0.25);
}

.serv-main-sec__card:hover::before {
  opacity: 1;
}

.serv-main-sec__img-wrap {
  width: 100%;
  height: 190px;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.serv-main-sec__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.9) brightness(0.85);
  transition:
    transform 0.6s ease,
    filter 0.6s ease;
}

.serv-main-sec__card:hover .serv-main-sec__img-wrap img {
  transform: scale(1.08);
  filter: saturate(1.05) brightness(0.95);
}

/* .serv-main-sec__img-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, #FAF8F4 100%);
  } */

.serv-main-sec__badge {
  position: absolute;
  bottom: -22px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #d83d31;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0 10px 20px rgba(201, 162, 75, 0.35);
  z-index: 20;
}

.serv-main-sec__body {
  padding: 40px 20px 28px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0 0 20px 20px;
}

.serv-main-sec__title {
  font-size: 20px;
  font-weight: 700;
  color: #1c2158;
  margin-bottom: 12px;
}

.serv-main-sec__card-desc {
  font-size: 15px;
  line-height: 1.4;
  color: #1c1c1c;
  font-weight: 400;
  margin-bottom: 20px;
  flex-grow: 1;
}

.serv-main-sec__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  background: #2e3590;
  border: 1px solid #d8d3c8;
  color: #fff;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 11px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.35s ease;
}

.serv-main-sec__btn svg {
  transition: transform 0.35s ease;
}

.serv-main-sec__btn:hover {
  background: #d83d31;
  border-color: #d83d31;
  color: #ffffff;
}

.serv-main-sec__btn:hover svg {
  transform: translateX(4px);
}

.serv-main-sec__btn:focus-visible {
  outline: 2px solid #2fae93;
  outline-offset: 2px;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .serv-main-sec__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .serv-main-sec__grid2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .serv-main-sec__heading {
    font-size: 38px;
  }
}

@media (max-width: 640px) {
  .serv-main-sec {
    padding: 40px 15px;
  }
  .serv-main-sec__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .serv-main-sec__grid2 {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .serv-main-sec__heading {
    font-size: 30px;
  }
  .serv-main-sec__desc {
    font-size: 15px;
    margin-bottom: 44px;
  }
  .serv-main-sec__img-wrap {
    height: 200px;
  }
}

.serv-blogs-secc {
  padding: 60px 20px;
  background: #f8f9fb;
}

.serv-blogs-secc-container {
  max-width: 1300px;
  margin: auto;
}

.serv-blogs-secc-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 50px;
}

.serv-blogs-secc-content {
  max-width: 700px;
}

.serv-blogs-secc-subtitle {
  display: inline-block;
  color: #d83d31;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.serv-blogs-secc-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #05050f;
  font-weight: 700;
}

.serv-blogs-secc-description {
  font-size: 16px;
  line-height: 1.8;
  color: #181818;
}

.serv-blogs-secc-view-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: #2d3690;
  color: #fff;
  padding: 15px 28px;
  border-radius: 60px;
  font-weight: 600;
  transition: 0.4s;
}

.serv-blogs-secc-view-btn:hover {
  transform: translateY(-3px);
  background: #d83d31;
  color: #fff;
}

.serv-blogs-secc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.serv-blogs-secc-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.serv-blogs-secc-card:hover {
  transform: translateY(-8px);
}

.serv-blogs-secc-img-wrap {
  overflow: hidden;
  border-radius: 24px 24px 0 0;
}

.serv-blogs-secc-img-wrap img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform 0.8s ease;
}

.serv-blogs-secc-card:hover .serv-blogs-secc-img-wrap img {
  transform: scale(1.12);
}

.serv-blogs-secc-card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.serv-blogs-secc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 13px;
  color: #777;
}

.serv-blogs-secc-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 13px;
}

.serv-blogs-secc-meta i {
  color: #d83d31;
}

.serv-blogs-secc-card h3 {
  font-size: 24px;
  line-height: 1.4;
  color: #2d3690;
  margin-bottom: 10px;
}

.serv-blogs-secc-card p {
  color: #393939;
  line-height: 1.8;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(1.8em * 3);
}

.serv-blogs-secc-read-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #d83d31;
  font-weight: 700;
  transition: 0.4s;
}

.serv-blogs-secc-read-btn:hover {
  color: #2d3690;
  gap: 15px;
}

@media (max-width: 991px) {
  .serv-blogs-secc {
    padding: 60px 20px;
  }

  .serv-blogs-secc-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .serv-blogs-secc-title {
    font-size: 34px;
  }

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

@media (max-width: 767px) {
  .serv-blogs-secc {
    padding: 40px 15px;
  }

  .serv-blogs-secc-title {
    font-size: 28px;
  }

  .serv-blogs-secc-grid {
    grid-template-columns: 1fr;
  }

  .serv-blogs-secc-card h3 {
    font-size: 22px;
  }

  .serv-blogs-secc-img-wrap img {
    height: 220px;
  }
}

.prod-deta-sec-container {
  width: 100%;
  padding: 80px 6%;
  background: #fff;
}

.prod-deta-sec-wrapper {
  max-width: 1400px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* LEFT SIDE */
.prod-deta-sec-left {
  width: 45%;
  position: sticky;
  top: 100px;
}

.prod-deta-sec-main-image {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.prod-deta-sec-main-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: contain;
}

.prod-deta-sec-gallery {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.prod-deta-sec-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: 0.3s;
}

.prod-deta-sec-thumb.active,
.prod-deta-sec-thumb:hover {
  border-color: #000;
}

/* RIGHT SIDE */
.prod-deta-sec-right {
  width: 55%;
}

.prod-deta-sec-title {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.prod-deta-sec-short-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 35px;
}

.prod-deta-sec-content-box {
  background: #f8f8f8;
  padding: 35px;
  border-radius: 20px;
}

.prod-deta-sec-heading {
  font-size: 28px;
  margin-bottom: 15px;
}

.prod-deta-sec-description {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.prod-deta-sec-subheading {
  font-size: 22px;
  margin-bottom: 15px;
}

.prod-deta-sec-points {
  padding-left: 20px;
  margin-bottom: 25px;
}

.prod-deta-sec-points li {
  margin-bottom: 12px;
  line-height: 1.7;
}

.prod-deta-sec-highlight {
  background: #000;
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 600;
}
/* Fixed Height Main Image */

.prod-deta-sec-main-image {
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.prod-deta-sec-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Premium Info Box */

.prod-deta-sec-info-box {
  margin: 35px 0;
  background: #f8f8f8;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

.prod-deta-sec-info-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}

.prod-deta-sec-info-row:last-child {
  border-bottom: none;
}

.prod-deta-sec-info-label {
  font-weight: 600;
  color: #222;
  min-width: 180px;
}

.prod-deta-sec-info-label i {
  margin-right: 8px;
}

.prod-deta-sec-info-value {
  color: #666;
  text-align: right;
}

/* Premium Content Box */

.prod-deta-sec-content-box {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #ececec;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
}

/* Points */

.prod-deta-sec-points {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.prod-deta-sec-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 16px;
  color: #444;
}

.prod-deta-sec-points li i {
  color: #2d3691;
  font-size: 18px;
}

/* Highlight */

.prod-deta-sec-highlight {
  margin-top: 30px;
  background: #2d3691;
  color: #fff;
  padding: 20px 25px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}
.prod-deta-sec-btn-wrapper {
  margin-top: 30px;
}

.prod-deta-sec-btn {
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
  background: #2d3691;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.prod-deta-sec-btn:hover {
  transform: scale(0.92);
  background: #b91d2e;
}
/* TABLET */
@media (max-width: 991px) {
  .prod-deta-sec-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .prod-deta-sec-left,
  .prod-deta-sec-right {
    width: 100%;
  }

  .prod-deta-sec-left {
    position: static;
  }

  .prod-deta-sec-title {
    font-size: 34px;
  }
  .prod-deta-sec-main-image {
    height: 350px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .prod-deta-sec-container {
    padding: 60px 20px;
  }

  .prod-deta-sec-title {
    font-size: 28px;
  }

  .prod-deta-sec-short-desc,
  .prod-deta-sec-description,
  .prod-deta-sec-points li {
    font-size: 15px;
  }

  .prod-deta-sec-content-box {
    padding: 25px;
  }

  .prod-deta-sec-thumb {
    width: 70px;
    height: 70px;
  }

  .prod-deta-sec-heading {
    font-size: 24px;
  }

  .prod-deta-sec-subheading {
    font-size: 20px;
  }
}

.pro-deta-content-sec-container {
  width: 100%;
  padding: 50px 5%;
  background: #fff;
}

.pro-deta-content-sec-wrapper {
  max-width: 1200px;
  margin: auto;
}
.pro-deta-content-sec-wrapper p{
     font-family: "Jost", normal !important;
  font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}
.pro-deta-content-sec-wrapper td span{
  color: #505050 ;
}

.pro-deta-content-sec-heading {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin-bottom: 25px;
}

.pro-deta-content-sec-description {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  margin-bottom: 35px;
}
.pro-deta-content-sec-wrapper div{
 font-family: "Jost", normal !important;
    font-weight: 400 !important;
   color: #474747 !important;
    font-size: 16px !important;
    text-transform: none !important;
line-height: 1.5 !important;
}
.pro-deta-content-sec-wrapper  span strong{
  color: #000 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.pro-deta-content-sec-wrapper p span{
  color: #474747 !important;
  font-size: 16px !important;
  text-transform: none !important;
   line-height: 1.5 !important;
  
}

.pro-deta-content-sec-subheading {
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin-bottom: 25px;
}

.pro-deta-content-sec-points {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
}

.pro-deta-content-sec-points li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #444;
}

.pro-deta-content-sec-points li i {
  color: #2d3691;
  font-size: 18px;
  margin-top: 5px;
  flex-shrink: 0;
}

.pro-deta-content-sec-bottom-description {
  font-size: 17px;
  line-height: 1.9;
  color: #666;
  padding: 25px;
  border-left: 4px solid #111;
  background: #f8f8f8;
  border-radius: 0 12px 12px 0;
}

/* Tablet */

@media (max-width: 991px) {
  .pro-deta-content-sec-container {
    padding: 70px 5%;
  }

  .pro-deta-content-sec-heading {
    font-size: 34px;
  }

  .pro-deta-content-sec-subheading {
    font-size: 24px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .pro-deta-content-sec-container {
    padding: 60px 20px;
  }

  .pro-deta-content-sec-heading {
    font-size: 28px;
  }

  .pro-deta-content-sec-subheading {
    font-size: 22px;
  }

  .pro-deta-content-sec-description,
  .pro-deta-content-sec-bottom-description,
  .pro-deta-content-sec-points li {
    font-size: 15px;
  }
}

.prod-realated-sec-container {
  width: 100%;
  padding: 80px 6%;
  background: #fff;
}

.prod-realated-sec-wrapper {
  max-width: 1400px;
  margin: auto;
}

.prod-realated-sec-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 20px;
}

.prod-realated-sec-heading {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #111;
}

.prod-realated-sec-description {
  max-width: 700px;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

.prod-realated-sec-nav {
  display: flex;
  gap: 12px;
}

.prod-realated-sec-prev,
.prod-realated-sec-next {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #2d3691;
  border-radius: 50%;
  color: #fff;
}
.prod-realated-sec-prev i,
.prod-realated-sec-next i {
  font-size: 16px;
  line-height: 1;
  display: block;
}
.prod-realated-sec-prev:hover,
.prod-realated-sec-next:hover {
  transform: scale(0.92);
}

.prod-realated-sec-swiper {
  overflow: hidden;
  padding: 20px 0px 40px 0px !important;
}

.prod-realated-sec-card {
  text-decoration: none;
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  transition: 0.3s;
  height: 100%;

  display: flex;
  flex-direction: column;
}

.prod-realated-sec-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.prod-realated-sec-image-box {
  height: 280px;
  overflow: hidden;
  border-radius: 15px;
}

.prod-realated-sec-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.prod-realated-sec-card:hover img {
  transform: scale(1.08);
}

.prod-realated-sec-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px 10px 10px;
}

.prod-realated-sec-card-title {
  font-size: 20px;
  color: #111;
  margin-bottom: 12px;
  line-height: 1.3;
}

.prod-realated-sec-card-desc {
  font-size: 15px;
  line-height: 1.3;
  color: #666;
  margin-bottom: 10px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: calc(1.8em * 2);
}
.prod-realated-sec-btn {
  margin-top: 5px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: #2D3691;
  color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.prod-realated-sec-swiper .swiper-slide {
  height: auto;
}

@media (max-width: 991px) {
  .prod-realated-sec-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .prod-realated-sec-heading {
    font-size: 34px;
  }

  .prod-realated-sec-image-box {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .prod-realated-sec-container {
    padding: 60px 20px;
  }

  .prod-realated-sec-heading {
    font-size: 28px;
  }

  .prod-realated-sec-description {
    font-size: 15px;
  }

  .prod-realated-sec-prev,
  .prod-realated-sec-next {
    width: 45px;
    height: 45px;
  }

  .prod-realated-sec-image-box {
    height: 220px;
  }
}
.cat-prod-hero-sec{
    position: relative;
    /* min-height: 550px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 80px 20px;
}

.cat-prod-hero-sec-bg{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cat-prod-hero-sec-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cat-prod-hero-sec-overlay{
    position: absolute;
    inset: 0;
    background:
   linear-gradient(90deg, rgb(0 0 0 / 38%) 0%, rgb(0 0 0 / 57%) 40%, rgb(0 0 0 / 40%) 100%);
    z-index: 2;
}

.cat-prod-hero-sec-content{
    position: relative;
    z-index: 3;
    max-width: 900px;
    text-align: center;
}

.cat-prod-hero-sec-title-wrap{
   display: inline-block;
    background: #2D3691;
    padding: 10px 30px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.cat-prod-hero-sec-title{
    margin: 0;
    color: #fff;
    font-size: 45px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.cat-prod-hero-sec-desc{
    color:#ffffff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    opacity: 0.95;
}

/* Decorative Glow */
.cat-prod-hero-sec::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(13,110,253,0.25);
    border-radius: 50%;
    top: -120px;
    right: -120px;
    filter: blur(80px);
    z-index: 2;
}
.cat-prod-hero-sec-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    padding: 16px 34px;
    background: #BD1D2F;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    transition: all .35s ease;
    /* box-shadow: 0 12px 30px rgba(13,110,253,0.30); */
    border: 2px solid #BD1D2F;
}

.cat-prod-hero-sec-btn span{
    transition: all .35s ease;
    color: #fff;
    
}

.cat-prod-hero-sec-btn:hover{
    transform: scale(0.94); 
    background: #2D3691;
    color: #fff;
   border: 2px solid #2D3691;
}

.cat-prod-hero-sec-btn:hover span{
    transform: translateX(4px);
}

/* Tablet */
@media (max-width:991px){
    .cat-prod-hero-sec-btn{
        padding: 10px 20px;
        font-size: 15px;
    }
}

/* Mobile */
@media (max-width:767px){
    .cat-prod-hero-sec-btn{
        margin-top: 25px;
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Tablet */
@media (max-width: 991px){

    .cat-prod-hero-sec{
        min-height: 450px;
        padding: 70px 25px;
    }

    .cat-prod-hero-sec-title{
        font-size: 40px;
    }

    .cat-prod-hero-sec-desc{
                font-size: 16px;
        line-height: 1.5;
        margin-top: 10px;
    }

    .cat-prod-hero-sec-title-wrap{
        padding: 10px 15px;
    }
}

/* Mobile */
@media (max-width: 767px){

    .cat-prod-hero-sec{
        min-height: 400px;
        padding: 60px 20px;
    }

    .cat-prod-hero-sec-title-wrap{
        padding: 10px 15px;
        border-radius: 10px;
    }

    .cat-prod-hero-sec-title{
        font-size: 28px;
        line-height: 1.3;
    }

    .cat-prod-hero-sec-desc{
        font-size: 15px;
        line-height: 1.7;
        margin-top: 15px;
    }

    .cat-prod-hero-sec::before{
        width: 220px;
        height: 220px;
    }
}
.cat-prod-abot-sec{
    padding: 60px 20px;
    background: #fff;
}

.cat-prod-abot-sec-container{
    max-width: 1300px;
    margin: 0 auto;
}

.cat-prod-abot-sec-content{
    text-align: center;
}
.cat-prod-abot-sec-content h3 strong{
  font-size: 48px !important;
  font-weight: 700 !important;
  font-family:inherit !important;
  line-height: 1.2 !important;
  color: #000 !important;
}

.cat-prod-abot-sec-title{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 30px;
}
.cat-prod-abot-sec-content h2{
  font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #111;
    margin-bottom: 10px;
}
.cat-prod-abot-sec-content p{
  font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 5px;
}

.cat-prod-abot-sec-title span{
    color: #BD1D2F;
    display: inline-block;
     font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.cat-prod-abot-sec-desc{
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 20px;
}

.cat-prod-abot-sec-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 15px 35px;
    background: #2D3691;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    border-radius: 10px;
    transition: all .35s ease;
    box-shadow: 0 10px 30px rgba(13,110,253,0.25);
}

.cat-prod-abot-sec-btn:hover{
    transform: scale(0.94);
    color: #fff;
    background: #BD1D2F;
}

@media(max-width:991px){

    .cat-prod-abot-sec{
        padding: 50px 20px;
    }

    .cat-prod-abot-sec-title{
        font-size: 32px;
    }
    .cat-prod-abot-sec-content h2{
        font-size: 32px;
    }
    .cat-prod-abot-sec-title span{
      font-size: 32px;
    }
    .cat-prod-abot-sec-content h3 strong{
  font-size: 30px !important;
}
}

@media(max-width:767px){

    .cat-prod-abot-sec{
        padding: 40px 15px;
    }

    .cat-prod-abot-sec-title{
        font-size: 30px;
        margin-bottom: 10px;
    }
      .cat-prod-abot-sec-content h2{
        font-size: 30px;
    }

    .cat-prod-abot-sec-desc{
        font-size: 15px;
        line-height: 1.8;
    }

    .cat-prod-abot-sec-btn{
        width: 100%;
        padding: 14px 20px;
    }
}

.cat-pord-vide-sec{
    padding: 40px 0px;
}

.cat-pord-vide-sec-wrapper{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    /* border-radius: 20px; */
    background: #000;
}

.cat-pord-vide-sec-video,
.cat-pord-vide-sec-youtube{
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.cat-pord-vide-sec-play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background:  #2D3691;
    z-index: 1;
    transition: .3s;
    padding: 10px;
}

.cat-pord-vide-sec-play-btn:hover{
    transform: translate(-50%,-50%) scale(.92);
    background:  #2D3691;
    color: #fff;
}
.cat-pord-vide-sec-play-btn.cat-pord-vide-sec-hidden{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.cat-pord-vide-sec-play-btn i{
    font-size: 30px;
    color:  #fff;
    text-align: center;
    justify-content: center;
    display: flex;
}
.cat-pord-vide-sec-play-btn i:hover{
   
    color: #fff;

}

@media(max-width:767px){
    .cat-pord-vide-sec-wrapper{
        height: 250px;
    }

    .cat-pord-vide-sec-play-btn{
        width: 65px;
        height: 65px;
    }

    .cat-pord-vide-sec-play-btn i{
        font-size: 22px;
    }
}

.cat-prod-sol-sec{
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

.cat-prod-sol-sec-bg{
    position: absolute;
    inset: 0;
    z-index: 1;
}

.cat-prod-sol-sec-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cat-prod-sol-sec-overlay{
    position: absolute;
    inset: 0;
    background: rgb(10 10 10 / 57%);
    z-index: 1;
}

.cat-prod-sol-sec-content{
    position: relative;
    z-index: 3;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.cat-prod-sol-sec-top-tag{
    display: inline-block;
    background: #ff1020;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 30px;
    margin-bottom: 40px;
}

.cat-prod-sol-sec-box{
    border: 1px solid rgba(255,255,255,.08);
    padding: 90px 80px;
    background: rgba(255,255,255,.02);
    backdrop-filter: blur(2px);
}
.cat-prod-sol-sec-box div{
  background-color: transparent !important;
}
.cat-prod-sol-sec-box h3 strong{
  font-size: 48px !important;
  color: #fff !important;
  font-family: inherit !important;
  background-color: transparent !important;
}
.cat-prod-sol-sec-title{
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: capitalize;
}
.cat-prod-sol-sec-box h2{
  margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cat-prod-sol-sec-box h3{
     margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.cat-prod-sol-sec-box p{
   color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 10px;
}

.cat-prod-sol-sec-divider{
    width: 40px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 35px auto;
}

.cat-prod-sol-sec-desc{
    color: rgba(255,255,255,.75);
    font-size: 18px;
    line-height: 1.9;
    max-width: 900px;
    margin: 0 auto 15px;
}

/* Tablet */

@media(max-width:991px){

    .cat-prod-sol-sec-box{
        padding: 60px 20px;
    }

    .cat-prod-sol-sec-title{
        font-size: 46px;
        letter-spacing: 5px;
    }
    .cat-prod-sol-sec-box h2{
     font-size: 30px;
    letter-spacing: 0px;
}
.cat-prod-sol-sec-box h3{
  font-size: 25px;
}
.cat-prod-sol-sec-box p{
  font-size: 16px;
}

    .cat-prod-sol-sec-desc{
        font-size: 16px;
    }
    .cat-prod-sol-sec-box h3 strong{
  font-size: 30px !important;
}
}

/* Mobile */

@media(max-width:767px){

    .cat-prod-sol-sec{
        padding: 60px 15px;
    }

    .cat-prod-sol-sec-top-tag{
        width: 100%;
        font-size: 13px;
        padding: 12px 15px;
        line-height: 1.6;
    }

    .cat-prod-sol-sec-box{
        padding: 50px 5px;
    }

    .cat-prod-sol-sec-box h3{
  font-size: 25px;
}
    .cat-prod-sol-sec-title{
        font-size: 30px;
        letter-spacing: 0px;
    }
    .cat-prod-sol-sec-box p{
      font-size: 16px;
    }

    .cat-prod-sol-sec-divider{
        margin: 25px auto;
    }

    .cat-prod-sol-sec-desc{
        font-size: 15px;
        line-height: 1.8;
    }
}

.prod-showcase-sec{
    padding: 100px 20px;
    background: #000;
    position: relative;
    overflow: hidden;
}

.prod-showcase-sec-container{
    max-width: 1300px;
    margin: 0 auto;
}

.prod-showcase-sec-title{
    text-align: center;
    color: #ff1e1e;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.prod-showcase-sec-desc{
    max-width: 850px;
    margin: 0 auto 70px;
    text-align: center;
    color: rgba(255,255,255,.75);
    font-size: 17px;
    line-height: 1.9;
}

.prod-showcase-sec-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
}

.prod-showcase-sec-card{
    text-decoration: none;
    background: #111;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    overflow: hidden;
    transition: .4s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.prod-showcase-sec-card:hover{
    transform: translateY(-10px);
    /* border-color: #ff1e1e; */
    box-shadow: 0 20px 50px rgba(255,30,30,.15);
}

.prod-showcase-sec-card-img{
    height: 250px;
    overflow: hidden;
}

.prod-showcase-sec-card-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    transition: .5s;
    padding: 20px;
}

.prod-showcase-sec-card:hover .prod-showcase-sec-card-img img{
    transform: scale(1.08);
}

.prod-showcase-sec-card-content{
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #242c7b;
}

.prod-showcase-sec-card-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.prod-showcase-sec-card-desc{
    color: rgba(255,255,255,.7);
    line-height: 1.8;
    font-size: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tablet */

@media(max-width:991px){

    .prod-showcase-sec{
        padding: 80px 20px;
    }

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

    .prod-showcase-sec-title{
        font-size: 40px;
    }

    .prod-showcase-sec-card-img{
        height: 220px;
    }
}

/* Mobile */

@media(max-width:767px){

    .prod-showcase-sec{
        padding: 60px 15px;
    }

    .prod-showcase-sec-title{
        font-size: 30px;
    }

    .prod-showcase-sec-desc{
        font-size: 15px;
        margin-bottom: 40px;
    }

    .prod-showcase-sec-grid{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .prod-showcase-sec-card-img{
        height: 220px;
    }

    .prod-showcase-sec-card-content{
        padding: 20px;
    }

    .prod-showcase-sec-card-title{
        font-size: 20px;
    }
}

.serv-abot-secc{
    padding: 100px 0;
    background: #fff;
}

.serv-abot-secc-container{
    width: min(1400px,90%);
    margin: auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.serv-abot-secc-content{
    flex: 1;
}

.serv-abot-secc-content p{
  color: #000;
}
.serv-abot-secc-content h1{
  margin-bottom: 10px;
}
.serv-abot-secc-subheading{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color:#2E3590;
    margin-bottom: 15px;
}

.serv-abot-secc-heading{
    font-size: clamp(34px,4vw,48px);
    line-height: 1.15;
    margin-bottom: 15px;
    color: #111;
    font-weight: 700;
}

.serv-abot-secc-description{
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.serv-abot-secc-points{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.serv-abot-secc-point{
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    color: #222;
    font-weight: 500;
}
.serv-abot-secc-point span{
  font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #424242;
}

.serv-abot-secc-point i{
    color:#2E3590;
    font-size: 20px;
    flex-shrink: 0;
}

.serv-abot-secc-image-wrap{
    flex: 1;
}

.serv-abot-secc-image-wrap img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

/* Tablet */

@media(max-width:991px){

    .serv-abot-secc{
        padding: 80px 0;
    }

    .serv-abot-secc-container{
        gap: 50px;
        flex-direction: column;
    }

    .serv-abot-secc-content,
    .serv-abot-secc-image-wrap{
        width: 100%;
    }

    .serv-abot-secc-image-wrap img{
        height: 500px;
    }

    .serv-abot-secc-heading{
        font-size: 42px;
    }
}

/* Mobile */

@media(max-width:767px){

    .serv-abot-secc{
        padding: 60px 0;
    }

    .serv-abot-secc-container{
        gap: 35px;
    }

    .serv-abot-secc-heading{
        font-size: 32px;
    }

    .serv-abot-secc-description{
        font-size: 16px;
    }

    .serv-abot-secc-point{
        font-size: 15px;
        align-items: flex-start;
    }

    .serv-abot-secc-image-wrap img{
        height: 350px;
        border-radius: 18px;
    }
}

/* Data Center Hero Section */

.data-cent-hero-sec {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.data-cent-hero-sec-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.data-cent-hero-sec-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.data-cent-hero-sec-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/* .data-cent-hero-sec-content {
  max-width: 700px;
} */

.data-cent-hero-sec-heading {
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 20px;
}

.data-cent-hero-sec-description {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  /* max-width: 620px; */
}

/* Tablet */

@media (max-width: 991px) {
  .data-cent-hero-sec {
    min-height: 400px;
  }

  .data-cent-hero-sec-heading {
    font-size: 48px;
  }

  .data-cent-hero-sec-description {
    font-size: 17px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .data-cent-hero-sec {
    min-height: 400px;
  }

  .data-cent-hero-sec-container {
    padding: 0 16px;
  }

  .data-cent-hero-sec-content {
    max-width: 100%;
  }

  .data-cent-hero-sec-heading {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .data-cent-hero-sec-description {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* ==========================
   DATA CENTER ABOUT SECTION
========================== */

.data-cent-abot-sec {
  padding: 90px 20px;
}

.data-cent-abot-sec-container {
  max-width: 1300px;
  margin: 0 auto;
}

.data-cent-abot-sec-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}

.data-cent-abot-sec-left,
.data-cent-abot-sec-right {
  flex: 1;
}

.data-cent-abot-sec-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.data-cent-abot-sec-description {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

.data-cent-abot-sec-image {
  width: 100%;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.data-cent-abot-sec-image-text {
      margin-top: 18px;
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    font-style: italic;
}

/* .data-cent-abot-sec-bottom {
  max-width: 1000px;
} */

.data-cent-abot-sec-paragraph {
  font-size: 17px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 20px;
}

.data-cent-abot-sec-btn-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 35px;
}

.data-cent-abot-sec-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.data-cent-abot-sec-btn-primary {
  background: #2D3691;
  color: #fff;
}

.data-cent-abot-sec-btn-primary:hover {
  transform: translateY(-2px);
  color: #fff;
}

.data-cent-abot-sec-btn-secondary {
  border: 1px solid #BE1F2F;
  color: #BE1F2F;
}

.data-cent-abot-sec-btn-secondary:hover {
  background: #BE1F2F;
  color: #fff;
}

/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {

  .data-cent-abot-sec {
    padding: 70px 20px;
  }

  .data-cent-abot-sec-top {
    flex-direction: column;
    gap: 40px;
  }

  .data-cent-abot-sec-heading {
    font-size: 34px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

  .data-cent-abot-sec {
    padding: 60px 16px;
  }

  .data-cent-abot-sec-heading {
    font-size: 28px;
  }

  .data-cent-abot-sec-description,
  .data-cent-abot-sec-paragraph,
  .data-cent-abot-sec-image-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .data-cent-abot-sec-btn-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .data-cent-abot-sec-btn {
    width: 100%;
  }
}

/* ==========================
   DATA CENTER CENTER IMAGE
========================== */

.data-cent-center-img {
  padding: 90px 20px;
      background: #efefef;
}

.data-cent-center-img-container {
  max-width: 1300px;
  margin: 0 auto;
}

.data-cent-center-img-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  text-align: center;
  margin-bottom: 20px;
}

.data-cent-center-img-description {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
  color: #666;
}

.data-cent-center-img-image-wrap {
  margin-bottom: 30px;
}

.data-cent-center-img-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  height: 600px;
}

.data-cent-center-img-note-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  /* max-width: 1000px; */
}

.data-cent-center-img-note-label {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  flex-shrink: 0;
}

.data-cent-center-img-note-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {

  .data-cent-center-img {
    padding: 70px 20px;
  }

  .data-cent-center-img-heading {
    font-size: 34px;
  }

  .data-cent-center-img-description {
    margin-bottom: 40px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

  .data-cent-center-img {
    padding: 60px 16px;
  }

  .data-cent-center-img-heading {
    font-size: 28px;
  }

  .data-cent-center-img-description {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .data-cent-center-img-note-wrap {
    flex-direction: column;
    gap: 5px;
  }

  .data-cent-center-img-note-label {
    font-size: 16px;
  }

  .data-cent-center-img-note-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .data-cent-center-img-image {
    border-radius: 14px;
  }
}

/* ==========================
   DATA CENTER VIDEO SECTION
========================== */

.data-cent-video-sec {
  padding: 90px 20px;
}

.data-cent-video-sec-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.data-cent-video-sec-left,
.data-cent-video-sec-right {
  flex: 1;
}

.data-cent-video-sec-heading {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
}

.data-cent-video-sec-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 18px;
}

.data-cent-video-sec-video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: 18px;
  overflow: hidden;
}

.data-cent-video-sec-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {

  .data-cent-video-sec {
    padding: 70px 20px;
  }

  .data-cent-video-sec-container {
    flex-direction: column;
    gap: 40px;
  }

  .data-cent-video-sec-heading {
    font-size: 34px;
  }

  .data-cent-video-sec-left,
  .data-cent-video-sec-right {
    width: 100%;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 767px) {

  .data-cent-video-sec {
    padding: 60px 16px;
  }

  .data-cent-video-sec-heading {
    font-size: 28px;
  }

  .data-cent-video-sec-description {
    font-size: 15px;
    line-height: 1.7;
  }

  .data-cent-video-sec-video-wrap {
    border-radius: 12px;
  }
}

/* ==========================
   DATA CENTER FORM SECTION
========================== */

.data-cent-form-sec {
    padding: 60px 20px;
    background: #ededed;
}

.data-cent-form-sec-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

.data-cent-form-sec-content {
  flex: 0 0 42%;
}

.data-cent-form-sec-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #3744c4;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.data-cent-form-sec-heading {
  font-size: 48px;
  line-height: 1.15;
  color: #111;
  margin-bottom: 25px;
  font-weight: 700;
}

.data-cent-form-sec-description {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 35px;
}

.data-cent-form-sec-feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.data-cent-form-sec-feature {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}

/* FORM BOX */

.data-cent-form-sec-form-box {
  flex: 1;
  background: #fff;
  border: 1px solid #e7ebf0;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.data-cent-form-sec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* .data-cent-form-sec-group {
  margin-bottom: 20px;
} */

.data-cent-form-sec-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.data-cent-form-sec-group input,
.data-cent-form-sec-group select,
.data-cent-form-sec-group textarea {
  width: 100%;
  border: 1px solid #d8dde4;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
  background: #fff;
  margin-bottom: 5px;
}

.data-cent-form-sec-group input:focus,
.data-cent-form-sec-group select:focus,
.data-cent-form-sec-group textarea:focus {
  border-color: #0057ff;
}

.data-cent-form-sec-group textarea {
  height: 140px;
  resize: none;
}

.data-cent-form-sec-checkbox {
   display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 25px;
}
.data-cent-form-sec-checkbox input[type="checkbox"] {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  flex-shrink: 0;
  cursor: pointer;
}

.data-cent-form-sec-checkbox label {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  cursor: pointer;
}

.data-cent-form-sec-btn {
  border: none;
  background:#3744c4;
  color: #fff;
  padding: 16px 35px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  margin-top:10px;
}

.data-cent-form-sec-btn:hover {
  transform: translateY(-2px);
  background:#BB3341;
  color: #fff;
}

@media (max-width: 991px) {

  .data-cent-form-sec {
    padding: 80px 20px;
  }

  .data-cent-form-sec-container {
    flex-direction: column;
    gap: 40px;
  }

  .data-cent-form-sec-content,
  .data-cent-form-sec-form-box {
    width: 100%;
  }

  .data-cent-form-sec-heading {
    font-size: 40px;
  }
}

@media (max-width: 767px) {

  .data-cent-form-sec {
    padding: 60px 16px;
  }

  .data-cent-form-sec-heading {
    font-size: 30px;
  }

  .data-cent-form-sec-description {
    font-size: 15px;
  }

  .data-cent-form-sec-form-box {
    padding: 25px;
    border-radius: 18px;
  }

  .data-cent-form-sec-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .data-cent-form-sec-btn {
    width: 100%;
  }
}


.prod-deta-table-secc{
    width:100%;
    padding:60px 20px;
    background:#f7f7f7;
}

.prod-deta-table-secc-container{
    max-width:1200px;
    margin:auto;
}

.prod-deta-table-secc-header{
    margin-bottom:30px;
}

.prod-deta-table-secc-header h2{
    font-size:34px;
    font-weight:700;
    color:#111;
    margin-bottom:10px;
}

.prod-deta-table-secc-header p{
    color:#666;
    font-size:16px;
}

.prod-deta-table-secc-wrapper{
    overflow-x:auto;
    background:#fff;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.prod-deta-table-secc-table{
    width:100%;
    min-width:1100px;
    border-collapse:collapse;
}

.prod-deta-table-secc-table thead tr{
    background:#f3f3f3;
}
.prod-deta-table-secc-table th,
.prod-deta-table-secc-table td{
    padding:18px 16px;
    font-size:15px;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.prod-deta-table-secc-table th{
    text-align:left;
    font-weight:700;
    color:#222;
    border:1px solid #e5e5e5;

}

.prod-deta-table-secc-table td{
    padding:18px 16px;
    border:1px solid #ececec;
    color:#444;
}

.prod-deta-table-secc-table tbody tr{
    transition:all .3s ease;
}

.prod-deta-table-secc-table tbody tr:nth-child(even){
    background:#fafafa;
}

.prod-deta-table-secc-table tbody tr:hover{
    background:#efefef;
}

.prod-deta-table-secc-table td:first-child,
.prod-deta-table-secc-table th:first-child{
    text-align:center;
    width:70px;
}

.prod-deta-table-secc-wrapper::-webkit-scrollbar{
    height:8px;
}

.prod-deta-table-secc-wrapper::-webkit-scrollbar-track{
    background:#eee;
}

.prod-deta-table-secc-wrapper::-webkit-scrollbar-thumb{
    background:#999;
    border-radius:50px;
}

/* Tablet */
@media (max-width:991px){

    .prod-deta-table-secc{
        padding:50px 15px;
    }

    .prod-deta-table-secc-header h2{
        font-size:28px;
    }

    .prod-deta-table-secc-table th,
    .prod-deta-table-secc-table td{
        padding:15px 14px;
        font-size:14px;
    }
}

/* Mobile */
@media (max-width:767px){

    .prod-deta-table-secc{
        padding:40px 12px;
    }

    .prod-deta-table-secc-header h2{
        font-size:24px;
    }

    .prod-deta-table-secc-header p{
        font-size:14px;
    }

    .prod-deta-table-secc-table{
        min-width:1000px;
    }

    .prod-deta-table-secc-table th,
    .prod-deta-table-secc-table td{
        padding:14px 12px;
        font-size:13px;
    }
}



.proj-detail-partner-sec__overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(10, 10, 10, 0.72);
        z-index: 9999;
        align-items: center;
        justify-content: center;
        padding: 30px;
        opacity: 0;
        transition: opacity 0.35s ease;
      }
      .proj-detail-partner-sec__overlay.is-active {
        display: flex;
        opacity: 1;
      }

      /* ============ POPUP BOX ============ */
      .proj-detail-partner-sec__popup {
        background: #111111;
        width: 100%;
        max-width: 820px;
        max-height: 90vh;
        overflow-y: auto;
        border-radius: 10px;
        position: relative;
        transform: translateY(40px) scale(0.96);
        opacity: 0;
        transition:
          transform 0.4s ease,
          opacity 0.4s ease;
      }
      .proj-detail-partner-sec__overlay.is-active
        .proj-detail-partner-sec__popup {
        transform: translateY(0) scale(1);
        opacity: 1;
      }

      .proj-detail-partner-sec__popup::-webkit-scrollbar {
        width: 8px;
      }
      .proj-detail-partner-sec__popup::-webkit-scrollbar-thumb {
        background: #3a3a3a;
        border-radius: 10px;
      }
      .proj-detail-partner-sec__popup::-webkit-scrollbar-track {
        background: #1a1a1a;
      }

      .proj-detail-partner-sec__close {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 38px;
        height: 38px;
        background: rgba(0, 0, 0, 0.55);
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 50%;
        color: #ffffff;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 5;
        transition:
          background 0.3s ease,
          transform 0.3s ease;
      }
      .proj-detail-partner-sec__close:hover {
        background: #c1272d;
        transform: rotate(90deg);
      }

      /* -------- hero image + title on top of popup -------- */
      .proj-detail-partner-sec__hero {
        position: relative;
        width: 100%;
        height: 280px;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
      }
      .proj-detail-partner-sec__hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
      .proj-detail-partner-sec__hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
          to top,
          #111111 5%,
          rgba(17, 17, 17, 0.55) 45%,
          rgba(17, 17, 17, 0) 80%
        );
      }
      .proj-detail-partner-sec__hero-content {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 26px 34px;
        z-index: 2;
      }
      
      .proj-detail-partner-sec__eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: #ff0707;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 10px;
      }
      .proj-detail-partner-sec__eyebrow::before {
        content: "";
        width: 26px;
        height: 2px;
        background: #c1272d;
      }
      .proj-detail-partner-sec__hero-content h2{
        color: #ffffff;
        font-size: 26px;
        font-weight: 800;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
      }
      .proj-detail-partner-sec__title {
        color: #ffffff;
        font-size: 26px;
        font-weight: 800;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 6px;
      }
      .proj-detail-partner-sec__location {
        color: #cfcfcb;
        font-size: 14px;
      }

      /* ============ INNER SECTION (client / contractor) ============ */
      .proj-detail-partner-sec {
        position: relative;
        background: #111111;
        padding: 30px 34px 40px;
      }

      .proj-detail-partner-sec__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
      }

      .proj-detail-partner-sec__card {
        position: relative;
        background:#fff;
        border: 1px solid #2b2b2b;
        border-radius: 6px;
        padding: 26px 24px;
        display: flex;
        align-items: center;
        gap: 18px;
        overflow: hidden;
        transition:
          transform 0.35s ease,
          border-color 0.35s ease,
          background 0.35s ease;
        cursor: pointer;
      }

      .proj-detail-partner-sec__card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #c1272d;
        transform: scaleY(0);
        transform-origin: bottom;
        transition: transform 0.4s ease;
      }

      .proj-detail-partner-sec__card:hover  {
        transform: translateY(-6px);
        border-color: #c1272d;
        background: #1f1f1f;
         color: #ffffff;
      }
    .proj-detail-partner-sec__card:hover .proj-detail-partner-sec__name,
.proj-detail-partner-sec__card:hover .proj-detail-partner-sec__role {
    color: #fff;
}
      .proj-detail-partner-sec__card:hover::before {
        transform: scaleY(1);
      }

      .proj-detail-partner-sec__logo-box {
        flex-shrink: 0;
        width: 100px;
        height: 80px;
        background: #ffffff;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        transition: transform 0.35s ease;
      }
      .proj-detail-partner-sec__card:hover .proj-detail-partner-sec__logo-box {
        transform: scale(1.06) rotate(-2deg);
      }
      .proj-detail-partner-sec__logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
      }

      .proj-detail-partner-sec__info {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
      .proj-detail-partner-sec__tag {
        color: #c1272d;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
      }
      .proj-detail-partner-sec__name {
        color: #000000;
        font-size: 19px;
        font-weight: 700;
      }
      .proj-detail-partner-sec__role {
        color: #000000;
        font-size: 12.5px;
      }

      .proj-detail-partner-sec__arrow {
        position: absolute;
        bottom: 14px;
        right: 16px;
        width: 30px;
        height: 30px;
        border: 1px solid #3a3a3a;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6a6a66;
        font-size: 14px;
        transition: all 0.35s ease;
      }
      .proj-detail-partner-sec__card:hover .proj-detail-partner-sec__arrow {
        background: #c1272d;
        border-color: #c1272d;
        color: #ffffff;
        transform: rotate(45deg);
      }

      /* ============ RESPONSIVE ============ */
      @media (max-width: 768px) {
        .proj-detail-partner-sec__popup {
          max-width: 92%;
          max-height: 88vh;
        }
        .proj-detail-partner-sec__hero {
          height: 220px;
        }
        .proj-detail-partner-sec__title {
          font-size: 21px;
        }
        .proj-detail-partner-sec {
          padding: 24px 22px 30px;
        }
        .proj-detail-partner-sec__grid {
          grid-template-columns: 1fr;
          gap: 16px;
        }
      }

      @media (max-width: 480px) {
     
        .proj-detail-partner-sec__overlay {
          padding: 14px;
        }
        .proj-detail-partner-sec__popup {
          max-width: 100%;
          max-height: 92vh;
          border-radius: 8px;
        }
        .proj-detail-partner-sec__hero {
          height: 170px;
          border-radius: 8px 8px 0 0;
        }
        .proj-detail-partner-sec__hero-content {
          padding: 18px 18px;
        }
        .proj-detail-partner-sec__title {
          font-size: 17px;
        }
        .proj-detail-partner-sec__location {
          font-size: 12px;
        }
        .proj-detail-partner-sec {
          padding: 20px 16px 26px;
        }
        .proj-detail-partner-sec__card {
          flex-direction: column;
          text-align: center;
          padding: 22px 16px;
        }
        .proj-detail-partner-sec__logo-box {
          width: 100px;
          height: 70px;
        }
        .proj-detail-partner-sec__name {
          font-size: 16px;
        }
        .proj-detail-partner-sec__arrow {
          display: none;
        }
        .proj-detail-partner-sec__close {
          top: 10px;
          right: 10px;
          width: 34px;
          height: 34px;
        }
      }
.pro-deta-gallery-sec{
    padding:60px 20px;
    background:#f8f8f8;
}

.pro-deta-gallery-sec-container{
    max-width:1200px;
    margin:auto;
}

.pro-deta-gallery-sec-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.pro-deta-gallery-sec-subtitle{
    display:inline-block;
    position:relative;
    font-size:14px;
    letter-spacing:1px;
    color:#2D3691;
    font-weight:600;
    margin-bottom:20px;
}

.pro-deta-gallery-sec-title{
    font-size:42px;
    line-height:1.15;
    color:#111;
    margin-bottom:20px;
    font-weight:700;
}

.pro-deta-gallery-sec-desc{
    font-size:18px;
    line-height:1.8;
    color:#353535;
}

.pro-deta-gallery-sec-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
}

.pro-deta-gallery-sec-card{
    position:relative;
    overflow:hidden;
    border-radius:16px;
    height:300px;
    background:#000;
}

.pro-deta-gallery-sec-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.7s ease;
}

.pro-deta-gallery-sec-card:hover img{
    transform:scale(1.08);
}

.pro-deta-gallery-sec-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:25px;
    color:#fff;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.3),
        transparent
    );
}

.pro-deta-gallery-sec-overlay h3{
    font-size:22px;
    margin-bottom:10px;
    font-weight:600;
}

.pro-deta-gallery-sec-overlay p{
    font-size:15px;
    line-height:1.7;
    opacity:.9;
}

.pro-deta-gallery-sec-card::before{
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.15);
    z-index:2;
    border-radius:16px;
    pointer-events:none;
}

.pro-deta-gallery-sec-card:hover{
    transform:translateY(-6px);
    transition:0.4s;
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

/* Tablet */

@media(max-width:991px){

    .pro-deta-gallery-sec-title{
        font-size:35px;
    }

    .pro-deta-gallery-sec-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .pro-deta-gallery-sec-card{
        height:250px;
    }
}

/* Mobile */

@media(max-width:767px){

    .pro-deta-gallery-sec{
        padding:40px 15px;
    }

    .pro-deta-gallery-sec-title{
        font-size:30px;
    }

    .pro-deta-gallery-sec-desc{
        font-size:15px;
    }

    .pro-deta-gallery-sec-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .pro-deta-gallery-sec-card{
        height:200px;
    }

    .pro-deta-gallery-sec-overlay{
        padding:20px;
    }

    .pro-deta-gallery-sec-overlay h3{
        font-size:18px;
    }
}

.pro-deta-contr-cards-sec{
    padding:100px 20px;
    background:#f8f9fb;
}

.pro-deta-contr-cards-sec-container{
    max-width:1300px;
    margin:auto;
}

.pro-deta-contr-cards-sec-head{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.pro-deta-contr-cards-sec-subtitle{
    display:inline-block;
    padding:10px 18px;
    background:#eef4ff;
    color:#0f4fa8;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.pro-deta-contr-cards-sec-title{
    font-size:48px;
    line-height:1.2;
    color:#111;
    font-weight:700;
}

.pro-deta-contr-cards-sec-wrapper{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.pro-deta-contr-cards-sec-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    border:1px solid #eaeaea;
    transition:all .4s ease;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.pro-deta-contr-cards-sec-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.pro-deta-contr-cards-sec-img{
    position:relative;
    overflow:hidden;
}

.pro-deta-contr-cards-sec-img img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.pro-deta-contr-cards-sec-card:hover img{
    transform:scale(1.08);
}

.pro-deta-contr-cards-sec-number{
    position:absolute;
    top:15px;
    right:15px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#2D3691;
    color:#fff;
    font-size:18px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:2;
    box-shadow:0 8px 20px rgba(15,79,168,.35);
}

.pro-deta-contr-cards-sec-content{
    padding:22px;
    text-align:center;
}

.pro-deta-contr-cards-sec-content p{
    margin:0;
    font-size:16px;
    font-weight:500;
    color:#111;
    line-height:1.5;
}

/* Tablet */

@media(max-width:991px){

    .pro-deta-contr-cards-sec-title{
        font-size:38px;
    }

    .pro-deta-contr-cards-sec-wrapper{
        grid-template-columns:repeat(2,1fr);
        gap:25px;
    }

    .pro-deta-contr-cards-sec-img img{
        height:230px;
    }
}

/* Mobile */

@media(max-width:767px){

    .pro-deta-contr-cards-sec{
        padding:70px 15px;
    }

    .pro-deta-contr-cards-sec-title{
        font-size:30px;
    }

    .pro-deta-contr-cards-sec-wrapper{
        grid-template-columns:1fr;
        gap:20px;
    }

    .pro-deta-contr-cards-sec-img img{
        height:220px;
    }

    .pro-deta-contr-cards-sec-content{
        padding:18px;
    }

    .pro-deta-contr-cards-sec-content p{
        font-size:16px;
    }

    .pro-deta-contr-cards-sec-number{
        width:42px;
        height:42px;
        font-size:15px;
    }
}

.serv-pge-form-secc {
    padding: 60px 20px;
    background: #ebebeb;
}

.serv-pge-form-secc-container {
    max-width: 1300px;
    margin: 0 auto;
}

.serv-pge-form-secc-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.serv-pge-form-secc-head h2 {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.serv-pge-form-secc-head p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.serv-pge-form-secc-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 15px 50px rgba(0,0,0,0.08);
}

.serv-pge-form-secc-field {
    margin-bottom: 18px;
}

.serv-pge-form-secc-field input,
.serv-pge-form-secc-field textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #d8d8d8;
    background: transparent;
    padding: 12px 0;
    font-size: 15px;
    color: #222;
    outline: none;
    transition: 0.3s ease;
}

.serv-pge-form-secc-field input:focus,
.serv-pge-form-secc-field textarea:focus {
    border-color: #ff2020;
}

.serv-pge-form-secc-field textarea {
    resize: vertical;
    min-height: 120px;
}

.serv-pge-form-secc-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.serv-pge-form-secc-check input {
    margin-top: 4px;
}

.serv-pge-form-secc-btn {
    width: 100%;
    border: none;
    background: #ff2020;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.4s ease;
}

.serv-pge-form-secc-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(255, 32, 32, 0.3);
}
.serv-pge-form-secc-check input[type="checkbox"]{
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 18px;
    height: 18px;
    min-width: 18px;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    margin-top: 2px;
}

/* Tablet */
@media (max-width: 991px) {
    .serv-pge-form-secc {
        padding: 70px 20px;
    }

    .serv-pge-form-secc-head h2 {
        font-size: 34px;
    }

    .serv-pge-form-secc-form {
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .serv-pge-form-secc {
        padding: 60px 15px;
    }

    .serv-pge-form-secc-head h2 {
        font-size: 28px;
    }

    .serv-pge-form-secc-form {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .serv-pge-form-secc-check {
        font-size: 13px;
    }

    .serv-pge-form-secc-btn {
        padding: 14px 20px;
    }
}

.cont-singl-discription-sec {
  padding: 60px 20px;
  background: #252d7f;
}

.cont-singl-discription-container {
  max-width: 1000px;
  margin: 0 auto;
}

.cont-singl-discription-content {
  text-align: center;
}

.cont-singl-discription-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 24px;
}

.cont-singl-discription-text {
  font-size: 17px;
  line-height: 1.9;
  color: #fff;
  margin-bottom: 18px;
}

.cont-singl-discription-text:last-child {
  margin-bottom: 0;
}

/* Tablet */
@media (max-width: 991px) {
  .cont-singl-discription-sec {
    padding: 50px 20px;
  }

  .cont-singl-discription-title {
    font-size: 34px;
  }

  .cont-singl-discription-text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .cont-singl-discription-sec {
    padding: 30px 15px;
  }

  .cont-singl-discription-title {
    font-size: 28px;
    margin-bottom: 18px;
       
  }

  .cont-singl-discription-text {
    font-size: 15px;
    line-height: 1.8;
  }
}

.adv-quote-popup-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999999;
    padding:20px;
}

.adv-quote-popup-overlay.active{
    display:flex;
}

.adv-quote-popup-box{
    background:#fff;
    width:100%;
    max-width:500px;
    border-radius:16px;
    padding:35px;
    position:relative;
}

.adv-quote-popup-close{
    position: absolute;
    top: 15px;
    right: 15px;

    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;

    padding: 0 !important;
    margin: 0 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    border: none !important;
    outline: none !important;
    box-shadow: none !important;

    border-radius: 50%;
    cursor: pointer;

    font-size: 28px;
    line-height: 1;

    background: #2E3590 !important;
}

.adv-quote-popup-close:hover,
.adv-quote-popup-close:focus,
.adv-quote-popup-close:active{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #2E3590;
}
.adv-quote-popup-close:hover,
.adv-quote-popup-close:focus,
.adv-quote-popup-close:active{
    border: none;
    outline: none;
    box-shadow: none;
}

.adv-quote-popup-box h2{
    margin:0 0 10px;
        color: #2E3590;
}

.adv-quote-popup-box p{
    margin-bottom:25px;
        color: #353535;
    line-height: 1.5;
}

.adv-quote-popup-form{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.adv-quote-popup-form input,
.adv-quote-popup-form textarea{
    width:100%;
    border:1px solid #ddd;
    padding:14px;
    border-radius:8px;
    outline:none;
        color: #1d1d1d;
        margin-bottom: 0px;
}

.adv-quote-popup-form button{
    background:#2E3590;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:8px;
    cursor:pointer;
}
.adv-quote-popup-form button:hover{
    background:#B91D2E;
    color:#fff;
}

@media(max-width:767px){
    .adv-quote-popup-box{
        padding:25px;
    }
    .adv-quote-popup-box p{
      margin-bottom: 15px;
    }
    .adv-quote-popup-form input, .adv-quote-popup-form textarea {
    margin-bottom: 0px;
    padding: 10px;
}
.adv-quote-popup-box h2{
  font-size: 24px;
   font-weight: 800;
}
}


