/*about us*/

.about-krttx p{
  letter-spacing: normal;
}

.about-krttx h2 {
  font-family: "BwModelicaCondensed";
  font-weight: 800;
  font-size: 55px;
  color: #E696BB;
}

.about_krttx h3{
  margin-top: 30px;
  font-family: "BwModelicaCondensed";
  font-weight: 600;
  font-size: 33px;
  color: #E696BB;
}

.about_krttx kl {
  margin-top: -16px;
}

.about_krttx kli {
  display: list-item;
  list-style-type: "-";
  padding-inline-start: 1ch;
  margin-left: 1ch;
}

.about_krttx img {
  height: 430px;
  width: 540px;
  border-radius: 30px;
}

/*card property*/

.krttx_card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 5px 25px rgba(1, 1, 1, 0.20);
  position: relative;
  background: #fff;
  max-width: 327px;
  width: auto;
  height: auto;
  margin: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.krttx_card .krttx_thumb {
  position: relative;
}

.krttx_card .krttx_thumb .krttx_category {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 210% 100%;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}

.krttx_content a,
.krttx_content2 a {
  color: #4477b8;
}

.krttx_card .krttx_thumb .krttx_category a {
  color: #fff;
}

.krttx_lbl {
  border-radius: 50px;
  font-family: "poppins";
  font-weight: 600;
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  position: absolute;
}

.krttx_label,
.krttx_label2,
.krttx_label-hm,
.krttx_label-hm2 {
  border-radius: 50px;
  position: absolute;
  font-family: "poppins";
  font-weight: 600;
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  z-index: 99;
}

.krttx_label {
  background: #010846;
  top: 8%;
  left: 5%;
}

.krttx_label2 {
  background: #1d9f95;
  top: 87%;
  left: 5%;
}

.krttx_thumb .krttx_label-hm {
  background: #010846;
  font-size: 15px;
  top: 6%;
  left: 7%;
}

.krttx_thumb .krttx_label-hm2 {
  background: #1d9f95;
  font-size: 15px;
  bottom: 52%;
  left: 7%;
}

@media screen and (max-width:1450px) {
  .krttx_thumb .krttx_label-hm {
    font-size: 15px;
    top: 6%;
    left: 7%;
  }
  
  .krttx_thumb .krttx_label-hm2 {
    font-size: 15px;
    bottom: 56%;
    left: 7%;
  }
}

@media screen and (max-width:1200px) {
  .krttx_thumb .krttx_label-hm {
    font-size: 15px;
    top: 6%;
    left: 7%;
  }
  
  .krttx_thumb .krttx_label-hm2 {
    font-size: 15px;
    bottom: 59%;
    left: 7%;
  }
}

@media screen and (max-width:1024px) {
  .krttx_thumb .krttx_label-hm {
    font-size: 15px;
    top: 6%;
    left: 7%;
  }
  
  .krttx_thumb .krttx_label-hm2 {
    font-size: 15px;
    bottom: 54%;
    left: 7%;
  }
}

.krttx_card .krttx_thumb .krttx_lab {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 37px;
  color: #fff;
  border-radius: 50px;
}

.krttx_card .krttx_thumb .krttx_lab {
  top: 10px;
  left: 10px;
}

.krttx_card .krttx_thumb img {
  width: 95%;
  transform: translate(8px, 10px);
  border-radius: 10px;
}

.krttx_content,
.krttx_content2 {
  background-color: #f9fafa;
  padding: 15px;
}

.krttx_content {
  height: 370px;
}

.krttx_content2 {
  height: 293px;
}

.krttx_content img {
  width: 200px;
}

hr.krttx_hr {
  border-top: 1px solid grey 100%;
}

.krttx_title h2 {
  font-family: "BwModelicaCondensed";
  font-weight: 600;
  font-size: 1.625rem;
  margin-top: 15px;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #4477b8 !important;
}

.krttx_title h3 {
  font-size: 25px;
  color: #4477b8;
}

.krttx_title h6 {
  font-size: 17px;
}

.krttx_title small {
  font-size: 11px;
}

.krttx_title p {
  font-size: 16px;
  font-family: "BwModelicaCondensed";
  font-weight: 100;
  color: grey;
  margin-top: 3px;
  letter-spacing: 0;
}

span.krttx_icon,
span.krttx_icon2 {
  font-size: 30px;
  color: #4477b8;
}

span.krttx_icon2 {
  margin: 0 8px;
}

.krttx_col_4 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.krttx_col_12,
.krttx_col_12_2 {
  display: flex;
  align-items: center;
}

.krttx_center {
  display: flex;
  align-items: flex-end;

}

.krttx_col_12_2 {
  justify-content: space-between;
  padding: 0 26px;
}

.krttx_soon h1 {
  font-family: "BwModelicaCondensed";
  font-weight: 800;
  color: #c1c1c1;
  line-height: 38px;
  margin-top: 30px;

}

.page-header7 {
  background-image: url(../Images/banner/contact.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}

.page-header7:before {
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* .page-content7 {} */

.page-content7 h2 {
  color: #fff;
  font-size: 90px;
}

.krttx_h3 {
  font-family: "BwModelicaCondensed";
  font-weight: 600;
  font-size: 30px;
  color: #4477b8;
}

.page-header8 {
  background-image: url(../Images/banner/tressor.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 90vh;
  /* height: calc(var(--vh,1vh) * 100); */
}

.page-header8:before {
  /* background-color: rgba(0, 0, 0, 0.5); */
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* .page-content8 {} */

.page-content8 h2 {
  color: #fff;
  font-size: 90px;
}

.contact-page__form {
  position: relative;
  display: flex;
  border-radius: 15px;
  padding: 27px;
  margin-left: 0px;
  top: 5px;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: space-between;
  
}

.contact-page__form .add-comment-box {
  margin-top: 0px;
}

.contact-page__form .add-comment-box .inner-title {
  padding-bottom: 0px;
}

.contact-page__bg {
    background: #FFFFFF;
      box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.07);
      max-width: 500px;
      margin-bottom: 20px;
}

/* corporate - chief */

.krttx_service-item {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.krttx_service-thumb {
  overflow: hidden;
  z-index: -1;
  border-radius: 18px;
}

.krttx_service-item:hover {
  cursor: pointer;
}

.krttx_service-content {
  padding: 14px 14px 14px 14px;
  margin-top: -30px;
  text-align: justify;
  height: 250px;
}

.krttx_service-content p{
text-align: left;
}

.krttx_service-content i {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  z-index: 1;
}

.krttx_service-content i:before {
  background-color: #bfca02;
  border-radius: 2px;
  padding: 10px;
}

.krttx_service-item a {
  color: #bfca02;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.krttx_service-item h2 {
  color: #263a4f;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}

.krttx_dwnld {
  background: #4477b8;
  padding: 10px;
  width: 500px;
  text-align: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  
}

.krttx_dwnld:hover {
  box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  transition: ease 0.5s;
  background: #10c1b4;;
}

.krttx_dwnld a{
  color: #fff;
}

.krttx_dwnld h3 {
  margin: 0;
}

.krttx_container_property{
  width: 100%;
  max-width: 1920px;
}

/*card property v2 - homepage*/

.krttx_centerv2 {
  display: flex;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
}

.krttx_cardv2 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 5px 25px rgba(1, 1, 1, 0.20);
  position: relative;
  background: #fff;
  max-width: 600px;
  width: auto;
  height: auto;
  margin: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.krttx_cardv2 .krttx_thumbv2 {
  position: relative;
}

.krttx_cardv2 .krttx_thumbv2 .krttx_categoryv2 {
  background: linear-gradient(to right, #a887c6 0%, #06617d 0%, #05617d 50%, #9883bf 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 210% 100%;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  bottom: 0;
  margin-bottom: -14px;
}

.krttx_contentv2 a,
.krttx_contentv2_2 a {
  color: #4477b8;
}

.krttx_cardv2 .krttx_thumbv2 .krttx_categoryv2 a {
  color: #fff;
}

.krttx_lblv2 {
  border-radius: 50px;
  font-family: "poppins";
  font-weight: 600;
  padding: 5px 10px;
  font-size: 12px;
  color: white;
  position: absolute;
}

.krttx_labelv2,
.krttx_labelv2_2 {
  border-radius: 50px;
  position: absolute;
  font-family: "poppins";
  font-weight: 600;
  padding: 5px 10px;
  font-size: 13px;
  color: white;
  z-index: 99;
}

.krttx_labelv2 {
  background: #010846;
  top: 8%;
  left: 5%;
  
}

.krttx_labelv2_2 {
  background: #1d9f95;
  top: 42%;
  left: 5%;
}

.krttx_cardv2 .krttx_thumbv2 .krttx_labv2 {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 37px;
  color: #fff;
  border-radius: 50px;
}

.krttx_cardv2 .krttx_thumbv2 .krttx_labv2 {
  top: 10px;
  left: 10px;
}

.krttx_thumbv2 img {
  border-radius: 20px;
  width: 592px;
  padding: 8px;
}

.krttx_contentv2,
.krttx_contentv2_2 {
  background-color: #f9fafa;
  padding: 15px;
}

.krttx_contentv2 {
  height: auto;
}

.krttx_contentv2_2 {
  height: 293px;
}

.krttx_contentv2 img {
  width: 100px;
}

hr.krttx_hr {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.krttx_titlev2 h2 {
  font-family: "BwModelicaCondensed";
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 15px;
  line-height: 27px;
  letter-spacing: 0;
  margin-bottom: 0;
  color: #4477b8 !important;
}

.krttx_titlealign{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.krttx_titlev2 h3 {
  font-size: 21px;
  color: #4477b8;
}

.krttx_titlev2 h6 {
  font-size: 15px;
}

.krttx_titlev2 small {
  font-size: 10px;
}

.krttx_titlev2 p {
  font-size: 16px;
  font-family: "BwModelicaCondensed";
  font-weight: 100;
  color: grey;
  margin-top: 3px;
  letter-spacing: 0;
}

.krttx_wrap_hmpg{
  display: flex;
  justify-content: center;
}

/* carousel */

    .krttx_carousel-container {
      width: 80%;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
    }
  
    .krttx_carousel-slide {
      display: flex;
      transition: transform 0.5s ease;
    }
  
    .krttx_carousel-item {
      width: 33.33%;
      flex: 0 0 auto;
    }
  
    .krttx_product {
      text-align: center;
    }
  
    .krttx_pagination {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }
  
    .krttx_pagination button {
      background-color: #E696BB;
      color: white;
      margin: 0 10px;
      padding: 5px 30px;
      cursor: pointer;
      border-radius: 50px;
      transition: ease 0.5s;
    }
    
    .krttx_pagination button:hover {
      background-color: #1d9f95;
    }

    .viewall_krttx{
      color: #E696BB;
      font-size: 18px;
      transition: ease 0.5s;
      display: flex;
      justify-content: flex-end;
      padding: 0 20px;
    }

    .viewall_krttx:hover{
      color: #1d9f95;
    }

.krttx_grid {
  display: flex;
  justify-content: space-around;
}

.krttx_grid2 {
  display: flex;
  justify-content: flex-end;
  padding: 0 25px;
  align-items: center;
}

/* card property v2 end */

/* load more property */
.krttx_loadMore {
      display: none;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: #E696BB;
  transition: .3s;
}

#loadMore:hover {
  color: #fff;
  background-color:  #1d9f95;
  text-decoration: none;
}

.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
/* load more property - end */

.krttx_title_property {
  color: #4477b8;
}

/* img label */
.krttx_imgLabel {
  position: relative;
  /* Ensures that the container size adjusts to the image size */
}

.krttx_imgLabel img {
  display: block;
  width: 100%;
  /* Ensures that the image fills its container */
}

.krttx_imgLabel::after {
  content: "Artist's impression only";
  font-style: italic;
  position: absolute;
  bottom: 0;
  /* Adjust as needed */
  left: 0;
  /* Adjust as needed */
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 12px;
}
/* img label end */

.krttx_newsDate a{
  color: black;
  padding: 20px 0px;
}

.padNews_bg {
  padding: 85px;
}

.krttx_innerPropertyTitle {
  font-size: 20px;
}

.apdl{
  font-size: 14px !important;
  margin: 30px 0;
  font-size: medium;
}

@media screen and (max-width:900px) {
  .web-slide{
    display: none;
  }
}

@media screen and (min-width:900px) {
  .mob-slide{
    display: none;
  }
}

/* carousel new */


.krttx-properties {
  padding-left: 15px;
  padding-right: 15px;
}

.krttx-card-bg{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.krttx-card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.flexy{
  display: inline-flex;
}

.krttx-card-bg{
  background-color: #f9fafa;
}

.krttx-card .kthumb {
  border-radius: 30px;
  padding: 15px;
}

.krttx-card .kthumb img{
  border-radius: 20px;
  padding: 0;
  position: relative;
}

.krttx-card .kthumb span{
  border-radius: 20px;
  padding: 0;
}

.kthumb1 {
  background-color: #1d9f95;
  color: white;
  padding: 5px 10px !important;
  left: 31px;
  top: 30px;
  position: absolute;
  
}

.kthumb2 {
  background-color: #010846;
  color: white;
  padding: 5px 10px !important;
  left: 31px;
  top: 232px;
  position: absolute;
}

.krttx-card-body {
  display: flex;
}

.krttx-card-body2-item{
  display: flex;
  align-items: center;
}

.krttx-card .card-body{
  display: flex;
  padding: 0px 20px;
  align-items: center;
}

@media screen and (max-width:992px) {
  .klogo img {
    max-width: 120px;
    float: right;
  }

}

@media screen and (max-width:575px) {
  .krttx-card-body2-item{
    width: 50%;
  }
  .klogo img {
    width: 50%;
    float: right;
  }

  .krttx-item{
    width: 50%;
  }
}

.klogo img {
  width: 70%;
  float: right;
}

.ksmall-desc{
  color: #808080;
  font-size: 17px;
  font-weight: normal;
}

.krttx-card h2{
  color: #4477b8;
  font-size: 29px;
  line-height: 17px;
  font-family: "BwModelicaCondensed";
  font-weight: 600;
}

.kbtn-properties .btn{
  margin-top: 50px;
  background-color: #e696bb;
  transition: ease 0.3s;
  color: white;
  border-radius: 10px;
  width: 100px;
  border-radius: 50px;
}

.kbtn-properties .btn:hover{
  background-color: #1d9f95;
}

/* caro2 */

.slider-wrapper {
  overflow: hidden;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}

.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  /* margin-top: -55px; */
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}

.slider-content img{
  position: absolute;
  top: -65px;
  left: 0;
}

.slider-content .inner-layer img{
  max-width: 190px;
  position: absolute;
  top: -100px;
  right: 0;
}

.dl-slider .dl-caption .medium {
  height: 43px !important;
  font-size: 900px;
}

/* pop up */

@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/* ======== Newsletter Popup ========= */
section.popup-section {
  background-size: cover !important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
section.popup-section.hide-popup{
  animation: fadeOut 1s ease-out forwards;
}
/* Define the fade-out keyframes */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
section.popup-section:before {
  content: '';
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1;
  opacity: .8;
  background: #383632;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  height: 100%;
  top: 0;
}

.popup-inner {
  position: absolute;
  z-index: 9;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
  animation: slideUp 1s ease-out;
  top: 20%;
  max-width: 100%; /* Prevents the inner content from overflowing */
  width: auto;
}

.popup-inner img {
  width: 100%;
  max-height: 70vh;  /* You can adjust this value to suit your design */
  object-fit: contain; /* Ensures the image is resized to fit within the container */
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.popup-inner--row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.popup-inner-column {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .popup-inner {
    padding: 5% 5%;
  }

  .popup-inner img {
    max-height: 70vh; /* You can adjust the max-height for smaller screens */
  }
}

.bg-cover{
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat !important;
  overflow: hidden;
}
form.popup-form {
  padding: 15% 8%;
}
.form-header p.form-subheading {
  margin: 0;
  color: #d51f0f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: normal;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 15px;
}
.form-header h2.form-heading {
  text-transform: uppercase;
  color: #383632;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.438rem;
  line-height: 3.2rem;
}
.form-fields .form-field{
  width: 100%;
  color: #8d8987;
  max-width: 100%;
  resize: none;
  outline: 0;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  padding: 20px 28px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.form-fields .submit-btn{
  width: 100%;
  background-color: #282725;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  padding: 20px 32px 20px;
  border-radius: 4px;
  font-family: "Bebas Neue", sans-serif;
  display: block;
  column-gap: 10px;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.form-fields .submit-btn:hover{
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
span.close-popup--btn {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 99;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}

/* RESPONSIVE IPAD  */
@media only screen and (max-width: 981px) {
.popup-inner-column {
    flex: 0 0 auto;
    width: 100%;
}
.bg-cover{
      height: 400px;
}
form.popup-form {
    padding: 8% 5%;
}
span.close-popup--btn{
      right: 10px;
    top: 10px;
}
}

/* RESPONSIVE Iphone */
@media only screen and (max-width: 480px) {
.popup-inner{
  max-width: 100%;
}
.bg-cover {
        height: 300px;
    }
    .form-header h2.form-heading{
      font-size: 2.438rem;
    line-height: 2.4rem;
    }
    .header-column a{
      font-size: 20px;
    }
}

/* pop up end */

#newsletter-popup .popkslider {
  width: 100%;  /* Make the slider take full width */
  max-width: 600px;  /* Set a max width for better control */
  margin: 0 auto;  /* Center the slider */
}

#newsletter-popup .popkslider img {
  width: 100%;  /* Ensure images are responsive */
  height: auto;  /* Maintain aspect ratio */
}