@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
  font-family: "Montserrat", sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'UrbanshadowSansserif';
  src: url(../fonts/UrbanshadowSansserif-LVvwy.otf);
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: 'UrbanshadowSansserif';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'UrbanshadowSansserif';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'UrbanshadowSansserif';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'UrbanshadowSansserif';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'UrbanshadowSansserif';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 20px 0;
  position: relative;
  z-index: 0;
}
.menuSec ul li a.btn-1 {
    display: flex;
}
.menuSec img {
  margin: 0;
}
.menuSec::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 68%;
    content: '';
    background-color: #ffffffa3;
    height: 1px;
    z-index: -1;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 80px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 0;
    font-size: 14px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
  display: none;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.menuSec ul li:last-child a {
  padding-right: 0px;
}
.arrws {
    margin-left: -7px;
}
.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #fff !important;
}

.menuSec ul li a::before {
    content: '';
    position: absolute;
    bottom: -35px; /* Adjust based on current padding/line-height */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: width 0.3s ease;
    z-index: 99;
}

.menuSec ul li a:hover::before,
.menuSec ul li a.active::before {
    width: 100%; /* Or set a specific width like 50px */
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}



.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}
.container-fluid {
    padding: 0 3%;
}
.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
  display: none;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.menuSec .row {
    align-items: center;
}


a.btn-1 {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    z-index: 9999;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none !important;
}

a.btn-1 span {
    font-size: 14px;
    color: #fff;
    background-color: #2fa4ff;
    padding: 13px 15px;
    border-radius: 5px;
    position: relative;
    z-index: 9999999;
    text-transform: uppercase;
    display: block;
}

a.btn-1 .arrws {
    display: block;
    line-height: 0;
}

a.btn-1 img {
    position: relative;
    width: 51px;
    height: 51px;
    object-fit: contain;
}




/*banner css start */


section.banner {
    background: radial-gradient(circle,rgba(12, 62, 95, 1) 0%, rgba(26, 97, 145, 1) 100%);
    position: relative;
    height: 880px;
}
.banner-img {
    height: 880px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 49%;
}

.banner-img img {
    height: 100%;
    width: 100%;
}
.banner-txt {
    padding: 260px 0px 160px 130px;
}
.banner-txt h1 {
    font-size: 64px;
    line-height: 1;
    border-bottom: 2px solid #ffffff8a;
    width: fit-content;
    position: relative;
}

.banner-txt h1 span {
    display: block;
}

.banner-txt p {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    width: 72%;
    margin: 30px 0 50px;
}
/*header css start */

/* ========== SOCIAL BAR ========== */
.social-bar {
  width: 100%;
  background-color: #ffffff;
  padding: 0;
  height: 96px;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 0 #e8e8e8;
  position: relative;
  z-index: 0;
  margin-top: -80px;
}


.social-bar .container-fluid {
  height: 100%;
  padding: 0 3%;
}

.social-bar-inner {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 0;
  /* Push icons to right half — same starting point as banner text column */
  padding-left: 49.666%; /* matches col-md-5 width */
  margin-top: -8px;
}

.social-bar-icons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.soc-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #cccccc;
  border-radius: 50%;
  color: #666666 !important;
  font-size: 12px;
  text-decoration: none !important;
  transition: all 0.25s;
  background: transparent;
}

.soc-icon:hover,
.soc-icon.active {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #ffffff !important;
}

.soc-line {
  flex: 1;
  height: 1px;
  background-color: #dddddd;
  margin: 0 22px;
  min-width: 60px;
}

.soc-follow {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 1.5px;
  white-space: nowrap;
  text-transform: uppercase;
  flex-shrink: 0;
}
.social-bar::before {
    position: absolute;
    left: 0;
    width: 198px;
    height: 100%;
    content: '';
    bottom: 17px;
    background-color: #195e8d;
    z-index: 0;
}
/* ========== END SOCIAL BAR ========== */

/* ========== WHY CHOOSE US SECTION ========== */
.choose-sec {
    padding: 80px 0 20px;
    background: #ffffff;
}

.choose-img {
    position: relative;
    z-index: 5;
}

.choose-img img {
    border-radius: 8px;
    /* box-shadow: 0 10px 40px rgba(0,0,0,0.1); */
    position: relative;
    z-index: 5;
    height: 700px;
    object-fit: cover;
}

.choose-txt {
    padding-left: 20px;
}


.choose-title {
    font-family: 'UrbanshadowSansserif', sans-serif;
    font-size: 60px;
    color: #191718;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.choose-desc {
    font-size: 14.5px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.choose-desc2 {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 30px;
}

.choose-btn-wrap {
    margin-bottom: 45px;
}

/* Industries card part */
.industry-card {
    background: #ffffff;
    border: 1.5px solid #ebebeb;
    border-radius: 0px;
    padding: 40px;
    margin-top: 10px;
    width: 129%; /* Increase width to make it go further as in image */
    /* box-shadow: 0 5px 20px rgba(0,0,0,0.03); */
    position: relative;
    z-index: 1;
    margin-left: -240px;
    padding-left: 240px;
    padding-bottom: 100px;
}

.indus-title {
    font-family: 'UrbanshadowSansserif', sans-serif;
    font-size: 19px;
    color: #191718;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.indus-desc {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    margin-bottom: 25px;
    max-width: 80%;
}

.indus-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.indus-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    width: 70%;
}



.indus-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.indus-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
}

.indus-icon img.check {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.indus-list span {
    font-size: 12.5px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0.5px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .choose-title {
        font-size: 45px;
    }
    .choose-txt {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .choose-title {
        font-size: 32px;
    }
    .industry-card {
        padding: 20px;
    }
}
/* ========== END WHY CHOOSE US SECTION ========== */

/* ========== DEMOLITION SECTION ========== */

.demolition-sec {
    padding: 60px 0 0px;
    background: #ffffff;
}

.demo-box {
    position: relative;
    background: url('../images/safe-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 100px 30px;
    border-radius: 10px; /* Slight rounded corners as in image */
    overflow: hidden;
}

/* Dark blue overlay INSIDE the box only */
.demo-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 60, 93, 0.88); /* Dark blue overlay */
    z-index: 1;
    display: none;
}

.demo-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}

.demo-title {
    font-family: 'UrbanshadowSansserif', sans-serif;
    font-size: 60px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.demo-desc {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.8;
    margin-bottom: 25px;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.demo-btn-wrap {
    display: flex;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .demo-title {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .demo-title {
        font-size: 32px;
    }
    .demo-box {
        padding: 60px 20px;
    }
}
/* ========== END DEMOLITION SECTION ========== */


/* ========== TESTIMONIALS SECTION ========== */


.testimonials-sec {
  background: #ffffff;
  padding: 80px 0 30px;
  overflow: visible;
}


/* Heading */
.testi-heading {
  text-align: center;
  margin-bottom: 80px;
}

.testi-title {
  font-family: 'UrbanshadowSansserif';
  font-size: 65px !important;
  color: #191718;
  text-transform: uppercase;
  margin: 0 0 20px !important;
}

.testi-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  margin: 0 auto;
  max-width: 850px;
}

/* Slider outer */
.testi-slider-outer {
  position: relative;
  padding: 0 90px;
}

.testi-card-item {
  padding: 40px 12px 10px;
  outline: none;
}

/* Card base */
.testi-card {
  background: #ffffff;
  border-bottom: 5px solid #0b3c5d;
  padding: 50px 25px 30px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  min-height: 350px;
}

/* Highlight (First visible slide or Current) */
.slick-slide.slick-current .testi-card {
  background: #2196f3;
  border-bottom: 5px solid #0b3c5d;
}

/* Avatar circle */
.testi-avatar-wrap {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 4px solid #ffffff;
  overflow: hidden;
  background: #dddddd;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  z-index: 2;
}

.testi-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Avatar Border for current */
.slick-slide.slick-current .testi-avatar-wrap {
    border-color: #2196f3;
}

/* Name */
.testi-name {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #111111 !important;
  text-transform: uppercase;
  margin: 0 0 6px !important;
  letter-spacing: 0.5px;
}

.slick-slide.slick-current .testi-name {
  color: #ffffff !important;
}

/* Role */
.testi-role {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #195e8d;
  margin: 0 0 18px;
  font-weight: 600;
}

.slick-slide.slick-current .testi-role {
  color: #ffffff;
}

/* Text paragraphs */
.testi-text,
.testi-text2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 21px;
  color: #666666;
  margin: 0 0 12px;
}

.slick-slide.slick-current .testi-text,
.slick-slide.slick-current .testi-text2 {
  color: rgba(255,255,255,0.95);
}

/* Stars */
.testi-stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 15px;
}

.testi-stars i {
  color: #f5a623;
  font-size: 14px;
}

.slick-slide.slick-current .testi-stars i {
  color: #ffffff;
}

/* Custom Slick Arrows */
.slick-testi .slick-prev,
.slick-testi .slick-next {
    width: 45px;
    height: 45px;
    z-index: 999 !important;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    display: block !important;
    position: absolute;
}

.slick-testi .slick-prev {
    left: -40px; /* Moved closer to the carousel */
}

.slick-testi .slick-next {
    right: -35px; /* Moved closer to the carousel */
}

.slick-testi .slick-prev:before,
.slick-testi .slick-next:before {
    content: "" !important;
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    line-height: normal;
}

.slick-testi .slick-prev:before {
    background-image: url('../images/test-arr-left.png') !important;
}

.slick-testi .slick-next:before {
    background-image: url('../images/test-arr-right.png') !important;
}

/* Dots */
.slick-testi .slick-dots {
    bottom: -60px;
    display: flex !important;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-testi .slick-dots li {
    margin: 0 5px;
}

.slick-testi .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    position: relative;
}

.slick-testi .slick-dots li button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px; /* Small dot */
    height: 6px;
    background: #cccccc; /* Inactive grey */
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

/* Active dot center */
.slick-testi .slick-dots li.slick-active button:before {
    background: #2196f3; /* Active blue */
    width: 6px;
    height: 6px;
}

/* Active dot outer ring */
.slick-testi .slick-dots li.slick-active button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px; /* Larger ring */
    height: 22px;
    border: 1.5px solid rgba(33, 150, 243, 0.4); /* Light blue stroke */
    border-radius: 50%;
    box-sizing: border-box;
}


.testi-slider-outer .slick-active {
    opacity: 1;
}
/* ========== END TESTIMONIALS ========== */


/* ========== FOOTER ========== */


/* --- Footer Top (White GET IN TOUCH) --- */
.footer-top {
  background: #ffffff;
  padding: 60px 0 30px;
  position: relative;
}
.footer-newsletter-box {
    width: 80%;
}

.footer-newsletter-box p {
    width: 70%;
}
.footer-top-txt {
  padding-right: 40px;
  padding-top: 30px;
}

.footer-top-txt h2 {
  font-family: 'UrbanshadowSansserif';
  font-size: 65px;
  color: #111111;
  text-transform: uppercase;
  margin: 0 0 0px;
}

.footer-top-txt p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin: 0;
  width: 82%;
}

/* --- Floating Form Card --- */
/* Card sits in the dark footer column but lifts up with negative margin-top */
.footer-form-card {
  background: #ffffff;
  box-shadow: 0 8px 50px rgba(0,0,0,0.20);
  padding: 28px 30px 28px;
  position: relative;
  z-index: 20;
  margin-top: -160px; /* pull card up so it overlaps the white section above */
  border-radius: 10px;
}


.footer-input {
  width: 100%;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 13px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #444444;
  margin-bottom: 24px;
  outline: none;
  display: block;
  border: 1px solid #b1b1b1;
}

.footer-textarea {
  width: 100%;
  background: #f2f2f2;
  border: none;
  border-radius: 5px;
  padding: 13px 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #444444;
  margin-bottom: 16px;
  outline: none;
  display: block;
  height: 220px;
  resize: none;
  border: 1px solid #b1b1b1;
}

.footer-form-btn-wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  width: fit-content;
}

.footer-submit-btn {
  display: inline-flex;
  align-items: stretch;
  background-color: #2196f3;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  transition: background 0.3s;
}

.footer-submit-btn:hover {
  background-color: #1565c0;
}

.footer-submit-btn span {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 13px 20px;
  display: flex;
  align-items: center;
}

.footer-btn-arrow {
  background-color: #1565c0;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-btn-arrow img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* --- Main Dark Footer --- */
.footer-main {
  background-color: #0b3c5d;
  padding: 60px 0 30px;
  position: relative;
}

/* Brand */
.footer-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-contact-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 6px;
}

.footer-contact-line {
  width: 36px;
  height: 2px;
  background: #fff;
  margin-bottom: 14px;
}

.footer-contact-info {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 29px;
  color: #b3b3b3;
  margin: 0;
}

/* Column title */
.footer-col-title {
  font-family: 'UrbanshadowSansserif';
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 0px;
}

.footer-call-title {
  margin-top: 26px;
}

.footer-col-line {
  width: 36px;
  height: 2px;
  background: #fff;
  margin-bottom: 16px;
}

/* Quick links */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.80) !important;
  text-decoration: none !important;
  letter-spacing: 0.5px;
  transition: color 0.25s;
}

.footer-links li a:hover {
  color: #2196f3 !important;
}

/* Newsletter */
.footer-nl-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  line-height: 20px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 14px;
}

.footer-email-wrap {
  display: flex;
  align-items: stretch;
  margin-bottom: 28px;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
}

.footer-nl-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 11px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #ffffff;
  outline: none;
}

.footer-nl-input::placeholder {
  color: rgba(255,255,255,0.5);
}

.footer-nl-btn {
  background: #2196f3;
  border: none;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 11px 20px;
  cursor: pointer;
  border-radius: 30px;
  transition: background 0.25s;
}

.footer-nl-btn:hover {
  background: #1565c0;
}

/* Phone number */
.footer-phone {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.5px;
}

/* --- Copyright Bar --- */
.footer-copy {
  background: #0b3c5d;
  text-align: center;
  padding: 14px 0;
  border-top: 1px solid #fff;
}

.footer-copy p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0;
  letter-spacing: 0.5px;
}

/* ========== END FOOTER ========== */

.abt-img {
    height: 670px;
    object-fit: cover;
    position: absolute;
    top: -17px;
    right: 0px;
    width: 51.8%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 53% 100%);
}

.abt-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-top-left-radius: 0;
}

section.about .container {
    position: relative;
}

section.about {
    padding-bottom: 100px;
}
.abt-txt h3 {
    font-size: 65px;
    line-height: 1;
    font-weight: 500;
    color: #191718;
    margin-bottom: 5px;
}

.abt-txt p {
    font-size: 14px;
    color: #a4a4a4;
    width: 84%;
}

.abt-txt h5 {
    font-size: 13px;
    color: #191718;
    margin-bottom: 6px;
}

.abt-txt {
    padding-top: 80px;
}
.abt-txt h3 {
    font-size: 65px;
    line-height: 1;
    font-weight: 300;
    color: #191718;
    margin-bottom: 5px;
}

.abt-txt p {
    font-size: 14px;
    color: #a4a4a4;
    width: 84%;
}

.abt-txt h5 {
    font-size: 13px;
    color: #191718;
    margin-bottom: 6px;
}

/*about end*/
/*carefull start*/
.careful-txt {
    text-align: center;
    padding: 147px 0px;
    position: relative;
    z-index: 1;
}
section.carefull {
    background-color: #0b3c5d;
    position: relative;
    margin-bottom: 30px;
}
.careful-txt a {
    margin: 0 auto;
}
.careful-txt h3 {
    color: #fff;
    font-size: 65px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10px;
}

.careful-txt h3 span {
    display: block;
}
.careful-txt p {
    font-size: 14px;
    color: #fff;
    width: 33%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.carefull-img-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    z-index: 0;
    clip-path: polygon(0 0, 64% 0, 100% 100%, 0% 100%);
}

.carefull-img-1 img {
    width: 100%;
    height: 712px;
}

.carefull-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 39% 100%);
}

.carefull-img-2 img {
    height: 712px;
    width: 100%;
    object-fit: cover;
}
/* carefull end */
/* services start */
.service-tp {
    text-align: center;
    margin-bottom: 35px;
}
.service-tp h3 {
    font-size: 65px;
    line-height: 1;
    font-weight: 400;
    color: #191718;
    margin-bottom: 0px;
}
.service-tp p {
    font-size: 14px;
    color: #818282;
    width: 57%;
    margin: 0 auto;
}
.banner-txt h1::before {
    position: absolute;
    bottom: -2px;
    right: 0;
    content: '';
    width: 37px;
    height: 2px;
    background-color: #ffffffa3;
}
section.service {
    padding: 40px 0px 100px;
}
.ser-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.ser-img {
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
}
section.service .slick-active {
    opacity: 1;
}
.ser-bot-txt h3 {
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #191718;
    font-weight: 400;
}

.ser-bot-txt p {
    font-size: 14px;
    color: #878686;
    margin-bottom: 30px;
}

.ser-bot-txt {
    text-align: center;
    padding: 150px 20px 30px 20px;
    position: relative;
    z-index: 1;
    /* clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%); */
    width: 91%;
    margin: 0 auto;
    margin-top: -180px;
    box-shadow: 0px 5px 68px 0px rgba(0, 0, 0, 0.07);
    height: 450px;
}

.ser-bot-txt a.btn-1 {
    margin: 0 auto;
}

.ser-bot-txt::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
}

section.service .slick-track {
    margin-bottom: 29px;
}

section.service .slick-prev {
    left: -9px; /* Moved closer to the carousel */
    z-index: 999999;
}

section.service .slick-next {
    right: 2px; /* Moved closer to the carousel */
}

section.service .slick-prev:before,
section.service .slick-next:before {
    content: "" !important;
    display: block;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1 !important;
    line-height: normal;
}

section.service .slick-prev:before {
    background-image: url('../images/test-arr-left.png') !important;
}

section.service .slick-next:before {
    background-image: url('../images/test-arr-right.png') !important;
}

/* ==========================================================================
   PROFESSIONAL ANIMATIONS & HOVER EFFECTS
   ========================================================================== */

/* Smooth Transitions for everything */
a, button, .btn-1, img, .ser-bot-txt, .testi-card, .footer-nl-btn, .soc-icon {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Button-1 Hover Effect */
a.btn-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-color: #2fa4ff;
}

a.btn-1:hover span {
    background-color: #1a5e8d; /* Darken on hover */
    color: #fff;
}

a.btn-1:hover .arrws img {
    transform: translateX(5px);
}

a.btn-1 .arrws img {
    transition: transform 0.3s ease;
}

/* Nav Menu Hover */
.menuSec ul li a:hover {
    color: #2fa4ff !important;
    transform: translateY(-2px);
}

/* Image Hover Zoom Effect */
.banner-img img, .abt-img img, .ser-img img, .choose-img img, .carefull-img-1 img, .carefull-img-2 img {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.banner-img:hover img, .abt-img:hover img, .ser-img:hover img, .choose-img:hover img, .carefull-img-1:hover img, .carefull-img-2:hover img {
    transform: scale(1.05);
}

/* Service Card Hover */
.ser-bot-txt:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.ser-bot-txt:hover h3 {
    color: #2fa4ff;
}

/* Testimonial Card Hover */
.testi-card {
    transition: all 0.4s ease;
}

.testi-card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Footer Section Input Glow */
.footer-nl-input:focus, .footer-input:focus, .footer-textarea:focus {
    border-color: #2fa4ff !important;
    box-shadow: 0 0 10px rgba(47, 164, 255, 0.2);
}

/* Social Icon Animation */
.soc-icon:hover {
    transform: rotate(360deg) scale(1.2);
}

/* Footer Newsletter Button */
.footer-nl-btn {
    background: #2fa4ff;
    color: #fff;
    border: none;
    padding: 13px 25px;
    border-radius: 0 5px 5px 0;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-nl-btn:hover {
    background: #1a5e8d;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* Floating Animation for Banner Image */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.banner-img img {
    animation: float 5s ease-in-out infinite;
}

/* WOW Animation Customizations */
.wow {
    visibility: hidden;
}
.menuSec ul li a.btn-1::before {
    display: none;
}