/* Reset some browser defaults */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
   font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.main-header {
  background-color: black; /* purple */
  color: white;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* start whatsapp call telegram */

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
.lcol {
    background-color: #f60;
}
.telegram {
    background-color: blue;
}
.lcol, .rcol {
    float: left;
    width: 33%;
}
.telegram {
    float: left;
    width: 33%;
}
.lcol a, .rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.telegram a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #000;
}
.rcol {
    background-color: #0c3;
}

/* end whatsapp call telegram */

.pricing_1 * {
  font-family: Nunito, sans-serif;
}

.pricing_1 .responsive-cell-block {
  min-height: 75px;
}

.pricing_1 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
}

.pricing_1 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.pricing_1 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
}

.pricing_1 .responsive-container-block.container {
  max-width: 1320px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.pricing_1 .text-blk.head {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  line-height: 52px;
}

.pricing_1 input {
  z-index: 5;
  height: 1.8rem;
  opacity: 0;
  width: 6rem;
  position: absolute;
  cursor: pointer;
  margin-left: -1.5rem;
}

.pricing_1 .switch {
  position: relative;
  display: inline-flex;
  width: 51px;
  height: 24px;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
}

.pricing_1 .switch-text {
  display: flex;
  align-items: center;
}

.pricing_1 .slider {
  z-index: 0;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: white;
  border-top-width: 0.5px;
  border-right-width: 0.5px;
  border-bottom-width: 0.5px;
  border-left-width: 0.5px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 .slider::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: black;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
}

.pricing_1 input:checked+.slider {
  background-color: white;
}

.pricing_1 input:checked+.slider::before {
  transform: translateX(26px);
}

.pricing_1 .slider.round {
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  border-bottom-left-radius: 34px;
}

.pricing_1 .slider.round::before {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pricing_1 .responsive-container-block.swiping-box {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  min-height: 50px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .d-nones {
  display: none;
}

.pricing_1 .card {
  text-align: center;
  width: 350px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  min-height: 500px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  color: #212529;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.pricing_1 .card-selected {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  border-top-width: initial;
  border-right-width: initial;
  border-bottom-width: initial;
  border-left-width: initial;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.54) 1px 2px 13px -1px;
}

.pricing_1 .card-selected .card-text,
.pricing_1 .card-selected .card-description {
  color: white;
}

.pricing_1 .card-description {
  margin-bottom: 8rem;
  color: #686868;
}

.pricing_1 .card h4 {
  font-size: 46px;
  line-height: 64px;
  font-weight: 900;
  margin-top: 1rem;
  margin-right: 0px;
  margin-bottom: 1rem;
  margin-left: 0px;
}

.pricing_1 .card li {
  line-height: 35px;
  list-style-position: initial;
  list-style-image: initial;
  list-style-type: none;
}

.pricing_1 .buy-button {
  bottom: 37px;
  left: 0px;
  position: absolute;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
}

.pricing_1 .btns {
  background-color: white;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dbdee7;
  border-right-color: #dbdee7;
  border-bottom-color: #dbdee7;
  border-left-color: #dbdee7;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: transform;
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.pricing_1 .btns:hover {
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  background-color: white;
  border-top-left-radius: 65px;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
  border-bottom-left-radius: 65px;
  transform: scale(1.05);
}

.pricing_1 .responsive-cell-block.wk-desk-4.wk-ipadp-4.wk-tab-6.wk-mobile-12 {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  max-width: 360px;
}

.pricing_1 .text-center.witch.switch-text {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pricing_1 .responsive-container-block.card-container {
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  justify-content: center;
}

.pricing_1 .text-blk.card-points {
  line-height: 35px;
}

@media (max-width: 768px) {
  .pricing_1 .text-blk.head {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .pricing_1 .card {
    width: 306px;
  }

  .pricing_1 .card.card-selected {
    padding-top: 25px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .pricing_1 .text-blk.card-points {
    font-size: 15px;
    line-height: 35px;
  }

  .pricing_1 .text-blk {
    font-size: 16px;
  }

  .pricing_1 .text-blk.head {
    font-size: 28px;
    line-height: 34px;
  }

  .pricing_1 .btns {
    font-size: 18px;
    height: 50px;
  }

  .pricing_1 .card.card-selected {
    min-height: 470px;
  }
}

.logo {
  font-size: 2em;
  font-weight: bold;
  color: #ff4d75;
}

.logo span {
  color: #17f12a;  /* #ede7e7;*/
}

.logo sup {
  background: white;
  color: #4b0075;
  font-size: 0.6em;
  padding: 2px 4px;
  border-radius: 3px;
  vertical-align: top;
}

.main-nav {
  display: flex;
  gap: 10px;
}

.main-nav a {
  text-decoration: none;
  color: white;
  padding: 8px 14px;
  border: 2px solid white;
  border-radius: 25px;
  font-weight: bold;
  font-size: 0.95em;
  transition: background 0.3s ease, color 0.3s ease;
}

.main-nav a:hover {
  background: white;
  color: #4b0075;
}
.hamburger {
  display: none;
  font-size: 26px;
  color: white;
  cursor: pointer;
}
/* Responsive menu styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .main-nav {
    display: none;
    flex-direction: column;
    gap: 10px;
    background-color: #4f4231;
    position: absolute;
    top: 70px; /* adjust based on header height */
    right: 30px;
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    z-index: 1000;
  }

  .main-nav a {
    display: block;
    text-align: left;
    border: 1px solid white;
    margin: 5px 0;
  }

  .main-nav.show {
    display: flex;
  }
  

  .main-header {
    position: relative;
  }
}
.promo-banner {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;
  height: auto;
  display: block;
}

.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  padding: 40px 30px;
  background-color: #78b1e6; /* light cream background */
}

.feature-card {
  background: #fff4e6;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.feature-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #2c1a14;
  font-weight: bold;
}

.feature-card p {
  font-size: 0.95em;
  color: #333;
  line-height: 1.4em;
}
.escort-section {
  display: flex;
  gap: 30px;
  padding: 40px 30px;
  background-color: #222;
  color: #fff;
}

.escort-listings {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.escort-card {
  background-color: #2b2b2b;
  padding: 20px;
  border-radius: 8px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 1200px;
}

.escort-card img {
  width: 180px;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.escort-info h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #f2c94c;
}

.escort-info p {
  font-size: 0.95em;
  line-height: 1.4em;
  color: #ddd;
}

.contact-label {
  margin-top: 10px;
  color: #ffd700;
  font-weight: bold;
}
.content-paragraph {
  background-color:#222;
  color: #fefefe;
  padding: 20px 20px;
  line-height: 1.6;
}

.content-paragraph .container {
  max-width: 1200px;
  margin: 0 auto;
}

.content-paragraph h2 {
  font-size: 1em;
  margin-bottom: 20px;
  color: #efe6e1;
  text-align: center;
}
.content-paragraph h1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #efe6e1;
  text-align: center;
}


.content-paragraph p {
  font-size: 1.05em;
  margin-bottom: 10px;
  text-align: justify;
}


/* Sidebar Styles */
.sidebar {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
   max-width: 250px;
}

.sidebar-box {
  background-color: #1e1e1e;
  padding: 15px 20px;
  border-radius: 8px;
}

.sidebar-box h4 {
  font-size: 1em;
  margin-bottom: 10px;
  color: #ffb84d;
}

.sidebar-box .small-heading {
  font-size: 0.95em;
  color: #ccc;
  margin-top: 10px;
}

.sidebar-box ul {
   */list-style: none; /* Remove default bullets */
  padding-left: 0;
  margin: 0;
}

.sidebar-box ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
  font-size: 0.95em;
  color: #f0c674;
}

.sidebar-box ul li::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #ffb84d; /* Customize the arrow color */
  font-size: 1em;
}

.clean-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Default 4 */
  gap: 20px;
  padding: 40px 30px;
  background: url('images/pattern-bg.jpg');
  background-color: #000;
  background-repeat: repeat;
}


@media (max-width: 992px) {
  .clean-gallery {
    grid-template-columns: repeat(3, 1fr); /* Tablets */
  }
}

@media (max-width: 768px) {
  .clean-gallery {
    grid-template-columns: repeat(2, 1fr); /* âœ… Mobile - 2 per row */
  }
}
.gallery-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

/* âœ… Title inside image, near bottom */
.gallery-card .title {
  position: absolute;
  bottom: 15px;           /* Distance from bottom */
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Georgia', serif;  /* Matches screenshot */
  font-size: 1.1em;
  font-weight: bold;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: none;        /* No background */
  padding: 0 10px;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  /* Stack escort section vertically */
  .escort-section {
    flex-direction: column;
  }

  /* Sidebar moves below main content */
  .sidebar {
    order: 2;
    width: 100%;
    max-width: 100%;
  }

  .escort-listings {
    order: 1;
    width: 100%;
  }

  /* Escort card layout changes */
  .escort-card {
    flex-direction: column;
    align-items: stretch;
  }

  .escort-card img {
    width: 100%;
    height: auto;
  }

  .escort-info {
    padding: 10px 0;
  }

  .escort-info h3 {
    font-size: 1.1em;
    margin-bottom: 8px;
  }

  .escort-info p {
    font-size: 0.95em;
  }
}
.service-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);  /* ðŸ‘ˆ Default: 4 columns */
  gap: 20px;
  padding: 15px 60px;
  justify-items: center;
}

@media (max-width: 768px) {
  .service-box-grid {
    grid-template-columns: repeat(2, 1fr);  /* âœ… Mobiles: 2 per row */
  }
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
   transition: transform 0.2s ease;
  width: 100%;
  max-width: 280px;  /* âœ… Increase this value for wider boxes */
  height: 110px;
}

.service-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

/* Color classes */
.service-box.blue { background-color: #3b5998; }
.service-box.pink { background-color: #ff0080; }
.service-box.teal { background-color: #44a6b2; }
.service-box.purple { background-color: #800080; }

.service-box:hover {
  transform: scale(1.05);
}
.split-service-section {
  display: flex;
  background-color: #0d0d0d;
  color: #fff;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.left-image {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}
.left-image img {
  width: 100%;
  height: auto;
  max-height: 500px;  /* âœ… Decrease this value to control height */
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.right-features {
  flex: 1;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  min-width: 280px;
}

.feature-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-box img {
  width: 30px;
  height: 20px;
  margin-top: 5px;
}

.feature-box h3 {
  color: #fbbf24; /* Yellow title */
  margin: 0;
  font-size: 1.1em;
}

.feature-box p {
  margin: 5px 0 0;
  color: #ccc;
  font-size: 0.95em;
}
.escorts-profile-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 30px;
}

.escorts-card {
  display: flex;
  background: #281c1c;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 12px rgba(0,0,0,0.1);
}
.escorts-image img {
  width: 220px;         /* Increase width */
  height: 267px;        /* Reduce height */
  object-fit: cover;
  border-radius: 8px 0 0 8px; /* Optional: rounded left corners */
}


.escorts-details {
  padding: 15px;
  flex: 1;
}

.escorts-details h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #f3f7f6;
}

.escorts-details p {
  font-size: 14px;
  color: #f3f7f6;
  margin-bottom: 12px;
}
.escorts-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 100px; /* âœ… Large gap BETWEEN badge and button groups */
  flex-wrap: wrap;
}

.meta-left {
  display: flex;
  gap: 7px; /* âœ… Small gap between badges */
}

.meta-right {
  display: flex;
  gap: 7px; /* âœ… Small gap between buttons */
}

.badge {
  background: #eee;
  padding: 4px 6px;
  border-radius: 20px;
  font-size: 13px;
  color: #333;
}

.btn {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}

.btn.whatsapp {
  background: #25d366;
}

.btn.call {
  background: #d4007f;
}

@media (max-width: 768px) {
  .escorts-profile-section {
    grid-template-columns: 1fr; /* Single column layout */
	padding: 10px;
  }

  .escorts-card {
    flex-direction: column;     /* Stack vertically */
    align-items: stretch;
  }

  .escorts-image img {
    width: 100%;                /* Full width image */
    height: 280px;               /* Let it scale naturally */
    border-radius: 8px 8px 0 0; /* Rounded top corners only */
  }

  .escort-details {
    padding: 15px;
  }

  .escort-meta {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
  }

  .btn, .badge {
    font-size: 14px;
  }
}

.hotel-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 per row on large screens */
  gap: 20px;
  padding: 30px 15px;
}

@media (max-width: 768px) {
  .hotel-gallery {
    grid-template-columns: repeat(2, 1fr); /* âœ… 2 per row on mobile */
  }
}


.hotel-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.hotel-card:hover {
  transform: translateY(-5px);
}

.hotel-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.hotel-name {
  background-color: #000;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.faq-section {
  padding: 4px 20px;
  max-width: 1200px;
  margin: auto;
  font-family: sans-serif;
}

.faq-heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.faq-container {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.faq-column {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item {
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.faq-question {
  width: 100%;
  padding: 16px 20px;
  font-weight: 500;
  text-align: left;
  background-color: #f5f5f5;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.faq-item.active .faq-question {
  background-color: #6b2599;
  color: #fff;
}

.faq-icon {
  font-size: 20px;
  transition: transform 0.3s;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 15px 20px;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.faq-item.active .faq-answer {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .faq-column {
    flex: 1 1 100%;
  }
}
.review-section {
  padding: 40px 20px;
  background: #fbf7f7; /* black background */
  color: #fff;
  text-align: center;
}

.review-title {
  color: black;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.review-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* 3 boxes in desktop */
}

.review-box {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.review-box strong {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .review-grid {
    grid-template-columns: 1fr; /* 1 box per row on very small screens */
  }
}
.site-footer {
  background: #000;
  color: #fff;
  padding: 40px 20px 0;
  font-family: sans-serif;
}

.footer-top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.footer-column h4 {
  color: #ffcc00;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
}

.footer-column h4::before {
  content: "";
  width: 30px;
  height: 2px;
  background: red;
  position: absolute;
  left: 0;
  top: -10px;
}

.footer-column p {
  font-size: 14px;
  line-height: 1.6;
}

.model-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  width: 278px;
}

   /* banner start   */
   
   img, video {
    width: 100%;
    height: auto;
}
   
    /* banner end   */
	
	.team {
    overflow: hidden;
}

.team .team-item {
    position: relative;
}
.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.team .team-item .team-img img {
    transition: 0.5s;
}

.team .team-item:hover .team-img img {
    transform: scale(1.1);
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    z-index: 1;
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255, 245, 225, .5);
}

.team .team-item .team-img .team-icon {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    z-index: 2;
}

.team .team-item .team-img .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-img .team-icon a  {
    margin: 0 7px;
	color:white;
}

.team .team-item .team-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 25px;
    border: 2px solid #e4be1a;
    border-top: none;
    transform: matrix(1, -0.1, 0, 1, 0, 0);
    transition: 0.5s;
}

.btn-sm-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.team .team-item .team-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover .team-content,
.team .team-item:hover .team-img {
    transform: matrix(1, 0.1, 0, 1, 0, 0);
    border: none;
}

.team .team-item:hover .team-content::after {
    height: 100%;
    background: var(--bs-dark);
}

.team .team-item .team-content h4 {
    transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white);
}
.team-item:hover  p {
    color: white;
}
.btn-sm-square {
    width: 34px;
    height: 34px;
}
.btn.btn-primary {
    color: var(--bs-white);
    border: none;
    transform: skew(18deg);
    transition: 0.5s;
}
.btn.btn-primary span, .btn.btn-primary i {
    display: inline-block;
    transform: skew(-18deg);
}

.model-gallery img {
  width: 100%;
  height: 100px;
  border: 1px solid #444;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tags span {
  background: #222;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}

.footer-bottom {
  border-top: 1px solid #444;
  margin-top: 20px;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 15px;
  font-size: 14px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
}

.footer-buttons {
  display: flex;
  width: 100%;
  margin-top: 15px;
}

.call-btn,
.whatsapp-btn {
  flex: 1;
  padding: 12px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.call-btn {
  background: #aa0000;
}

.whatsapp-btn {
  background: green;
}

/* Mobile adjustments */
@media (min-width: 600px) {
  .footer-buttons {
    width: auto;
    margin-top: 0;
  }

  .footer-buttons a {
    width: 200px;
  }
}
.copyright {
  text-align: center;
  font-size: 13px;
  color: #ccc;
  margin: 10px 0;
}