.elementor-6075 .elementor-element.elementor-element-644f30b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-89e70f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-55c9c29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-9adfb30{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-1d7e268{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-fcc401d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-af08f8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-a7365a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-25d5a9b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-aacdc2d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-3b6ebe6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-7a1112b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-d478bae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6075 .elementor-element.elementor-element-66a95f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-1382c0e *//* ---------- SLIDER ---------- */
.wp-tent-slider {
  max-width: 1200px;
  margin: 3px auto;
  overflow: hidden;
  position: relative;
}

/* ---------- TRACK ---------- */
.wp-tent-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* ---------- SLIDE ---------- */
.wp-tent-slide {
  flex: 0 0 100%;
  padding: 5px;
}

@media (min-width: 768px) {
  .wp-tent-slide {
    flex: 0 0 calc(100% / 3);
  }
}

/* ---------- CARD ---------- */
.wp-tent-card {
  border-radius: 35px 35px 10px 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

/* ---------- BADGE ---------- */
.wp-tent-badge-top {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  background: #e6e6e6;
  font-family: Georgia;
border: 0.5px solid  #BD8330;
border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

/* Logo styling */
.wp-tent-client-logo {
  height: 50px;
  width: 50px;
  object-fit: contain;
  display: block;
}

.wp-tent-logo-box {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-tent-logo-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ---------- IMAGE WRAPPER ---------- */
.wp-tent-img-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  max-width: 375px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------- BLUR BACKGROUND ---------- */
.wp-tent-img-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(20px);
  transform: scale(1.2);
  z-index: 1;
}

.wp-tent-img-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* ---------- MAIN IMAGE ---------- */
.wp-tent-img-wrap img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* ---------- INFO ---------- */
.wp-tent-info {
  padding: 10px;
  background: #BD8330;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 11px;
  font-family: Georgia;
}

/* ---------- ARROWS ---------- */
.wp-tent-prev,
.wp-tent-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 45px;
  height: 45px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.wp-tent-prev { left: 10px; }
.wp-tent-next { right: 10px; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d43f65e *//* Section Background */
.location-hero {
    background: #ffffff;
    padding: 0px;
    text-align: center;
    font-family: Georgia, serif;
}

/* Container */
.location-container {
    max-width: 900px;
    margin: auto;
}

/* H1 (Google Safe) */
.main-title {
    font-size: 34px;
    font-weight: 700;
    color: #2A1F6C;
    margin-bottom: 10px;
}

/* Sub Title */
.sub-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

/* Location List Grid */
.location-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.location-item {
    background: #f9f9f9;
    border-left: 5px solid #BD8330;
    padding: 14px 10px;
    font-size: 16px;
    color: #000;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.location-item i {
    color: #BD8330;
    font-size: 18px;
}

/* Responsive Design */
@media(max-width: 992px) {
    .location-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width: 768px) {
    .location-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-title {
        font-size: 28px;
    }
}

@media(max-width: 480px) {
    .location-list {
        grid-template-columns: 1fr;
    }
    
    .main-title{
        font-size: 20px;
    }
    .sub-title {
        font-size: 10px;
    }
    
    .location-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 3 items per row */
        gap: 10px;
        text-align: center;
    }
    
    .location-item{
    font-size: 8px;
    padding: 3px 10px;
    border-left: 1px solid #BD8330;
    display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    
    .location-item i {
    font-size: 10px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4cddb7 *//* Main Container */
.pt-search-container {
  max-width: 650px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2A1F6C, #BD8330);
  color: #fff;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
  font-family: Georgia;
}

/* Title */
.pt-search-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

/* Search Box */
.pt-search-box {
  position: relative;
  width: 100%;
}

.pt-search-box input {
  width: 100%;
  padding: 14px 45px 14px 15px;
  background: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
  color: #333;
}

.pt-search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #2A1F6C;
}

/* Results List */
.pt-results-list {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  text-align: left;
  max-height: 300px;
  overflow-y: auto;
}

/* Scrollbar Design */
.pt-results-list::-webkit-scrollbar {
  width: 6px;
}

.pt-results-list::-webkit-scrollbar-thumb {
  background: #BD8330;
  border-radius: 10px;
}

.pt-results-list::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.2);
}

/* Result Items */
.pt-results-list li {
  background: rgba(255,255,255,0.9);
  padding: 14px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.2s;
  display: flex;
  align-items: center;
}

.pt-results-list li:hover {
  background: #fff;
  transform: translateX(4px);
}

/* Clickable Links */
.pt-results-list li a {
  color: #2A1F6C;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

/* Image Styling — Bigger & Premium */
.pt-img {
 width: 65px;         /* Increased from 50px to 65px */
  height: 65px;        /* Increased height equally */
  object-fit: cover;   /* Clean crop */
  border-radius: 10px; /* Slightly more rounded for bigger size */
  background: #fff;
  padding: 4px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
    .pt-search-title {
  font-size: 16px;
  font-family: Georgia;
    }
    
    .pt-search-box input{
    font-size: 10px;
    font-family: Georgia;
    }
   
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4e5f0b6 */.pt-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.pt-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pt-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  display: flex;
  gap: 25px;
  align-items: flex-start;
  border-left: 6px solid #BD8330;
  transition: all 0.3s ease;
}

.pt-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.pt-icon {
  min-width: 60px;
  height: 60px;
  background: #2A1F6C;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
}

.pt-content p {
  color: #000000;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* Accent highlight effect */
.pt-content p:first-letter {
  font-size: 28px;
  font-weight: bold;
  color: #BD8330;
}

/* Responsive */
@media (max-width: 768px) {
  .pt-card {
    flex-direction: column;
    padding: 25px;
  }

  .pt-icon {
    margin-bottom: 15px;
  }

  .pt-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01bca70 */.ptx-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptx-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Title */
.ptx-title {
  font-size: 30px;
  color: #2A1F6C;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 6px solid #BD8330;
  padding-left: 15px;
}

.ptx-title i {
  color: #BD8330;
  font-size: 26px;
}

/* Grid Layout */
.ptx-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

/* Content Block */
.ptx-block {
  display: flex;
  gap: 18px;
  padding: 25px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(189,131,48,0.05), rgba(42,31,108,0.05));
  border: 1px solid rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.ptx-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

/* Icons */
.ptx-icon {
  min-width: 50px;
  height: 50px;
  background: #2A1F6C;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 18px;
}

/* Text */
.ptx-block p {
  color: #000000;
  font-size: 16.5px;
  line-height: 1.8;
  margin: 0;
}

/* First letter accent */
.ptx-block p::first-letter {
  font-size: 26px;
  font-weight: bold;
  color: #BD8330;
}

/* Responsive */
@media (max-width: 768px) {

  .ptx-title {
    font-size: 22px;
  }

  .ptx-block {
    flex-direction: column;
    padding: 20px;
  }

  .ptx-icon {
    margin-bottom: 10px;
  }

  .ptx-block p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0032d37 */.ptl-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptl-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.ptl-heading {
  font-size: 30px;
  color: #2A1F6C;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ptl-heading i {
  color: #BD8330;
  font-size: 26px;
}

/* Timeline */
.ptl-timeline {
  position: relative;
  padding-left: 30px;
}

/* Vertical Line */
.ptl-timeline::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #BD8330, #2A1F6C);
}

/* Each Item */
.ptl-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

/* Dot */
.ptl-dot {
  position: absolute;
  left: -5px;
  width: 35px;
  height: 35px;
  background: #2A1F6C;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 3px solid #ffffff;
}

/* Content Box */
.ptl-content {
  background: #ffffff;
  padding: 25px 25px 25px 30px;
  border-radius: 10px;
  border-left: 5px solid #BD8330;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  width: 100%;
}

/* Text */
.ptl-content p {
  color: #000000;
  font-size: 16.5px;
  line-height: 1.8;
  margin: 0;
}

/* First letter styling */
.ptl-content p::first-letter {
  font-size: 26px;
  font-weight: bold;
  color: #BD8330;
}

/* Hover */
.ptl-content:hover {
  transform: translateX(5px);
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {

  .ptl-heading {
    font-size: 22px;
  }

  .ptl-timeline {
    padding-left: 20px;
  }

  .ptl-content {
    padding: 20px;
  }

  .ptl-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d1d4ab */.ptm-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptm-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Heading */
.ptm-heading {
  font-size: 30px;
  color: #2A1F6C;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.3;
}

.ptm-heading-icon {
  background: #BD8330;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 20px;
}

/* Panels */
.ptm-panel {
  position: relative;
  background: #ffffff;
  padding: 30px 30px 30px 35px;
  margin-bottom: 30px;
  border-radius: 10px;
  border-left: 6px solid #2A1F6C;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* Accent line overlay */
.ptm-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #BD8330;
}

/* Floating badge */
.ptm-badge {
  position: absolute;
  top: -12px;
  left: -12px;
  background: #2A1F6C;
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 3px solid #ffffff;
}

/* Text */
.ptm-panel p {
  color: #000000;
  font-size: 16.5px;
  line-height: 1.8;
  margin: 0;
}

/* First letter styling */
.ptm-panel p::first-letter {
  font-size: 26px;
  font-weight: bold;
  color: #BD8330;
}

/* Hover */
.ptm-panel:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 768px) {

  .ptm-heading {
    font-size: 22px;
  }

  .ptm-panel {
    padding: 20px;
  }

  .ptm-panel p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f6af51 */.ptf-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptf-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Heading */
.ptf-heading {
  font-size: 28px;
  color: #2A1F6C;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.ptf-heading i {
  color: #BD8330;
}

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

/* Card */
.ptf-card {
  position: relative;
  background: #ffffff;
  padding: 25px 20px 20px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

/* Top Accent Strip */
.ptf-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #BD8330, #2A1F6C);
  border-radius: 10px 10px 0 0;
}

/* Icon */
.ptf-icon {
  width: 40px;
  height: 40px;
  background: #2A1F6C;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 12px;
}

/* Text */
.ptf-card p {
  font-size: 15.5px;
  color: #000000;
  line-height: 1.7;
  margin: 0;
}

/* Hover */
.ptf-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Responsive */
@media (max-width: 768px) {

  .ptf-grid {
    grid-template-columns: 1fr;
  }

  .ptf-heading {
    font-size: 22px;
  }

  .ptf-card p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-40f0bb6 */.ptc-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptc-container {
  max-width: 1150px;
  margin: 0 auto;
}

/* Heading */
.ptc-heading {
  font-size: 30px;
  color: #2A1F6C;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.ptc-heading i {
  color: #BD8330;
}

/* Wrapper */
.ptc-wrapper {
  display: flex;
  gap: 30px;
  align-items: stretch;
}

/* Main Content */
.ptc-main {
  flex: 2;
}

.ptc-main p {
  font-size: 16.5px;
  color: #000000;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* First letter accent */
.ptc-main p::first-letter {
  font-size: 26px;
  font-weight: bold;
  color: #BD8330;
}

/* Side Panel */
.ptc-side {
  flex: 1;
  background: #2A1F6C;
  padding: 25px;
  border-radius: 12px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

/* Points */
.ptc-point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
}

.ptc-point i {
  color: #BD8330;
  font-size: 16px;
}

/* Divider line */
.ptc-point:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* Responsive */
@media (max-width: 768px) {

  .ptc-wrapper {
    flex-direction: column;
  }

  .ptc-heading {
    font-size: 22px;
  }

  .ptc-main p {
    font-size: 15px;
  }

  .ptc-side {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05e9cb9 */.ptg-section {
  background: #ffffff;
  padding: 10px 20px;
  font-family: Georgia, serif;
}

.ptg-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

/* Heading */
.ptg-heading {
  font-size: 30px;
  color: #2A1F6C;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.ptg-heading i {
  color: #BD8330;
}

/* Divider */
.ptg-heading::after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: linear-gradient(to right, #BD8330, #2A1F6C);
  margin: 12px auto 0;
}

/* Subtext */
.ptg-subtext {
  font-size: 16px;
  color: #000000;
  margin-bottom: 40px;
}

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

/* Cards */
.ptg-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 6px 20px rgba(0,0,0,0.04);
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  transition: all 0.3s ease;
}

/* Full width card */
.ptg-full {
  grid-column: span 2;
}

/* Icons */
.ptg-card i {
  background: #2A1F6C;
  color: #ffffff;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 15px;
  flex-shrink: 0;
}

/* Text */
.ptg-card p {
  margin: 0;
  font-size: 15.5px;
  color: #000000;
  line-height: 1.6;
}

/* Hover */
.ptg-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  border-color: rgba(189,131,48,0.4);
}

/* Responsive */
@media (max-width: 768px) {

  .ptg-grid {
    grid-template-columns: 1fr;
  }

  .ptg-full {
    grid-column: span 1;
  }

  .ptg-heading {
    font-size: 22px;
  }

  .ptg-subtext {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a2db8b */.service-locations {
    background: #fff;
    padding: 5px 20px;
    text-align: center;
}

.service-locations h2 {
    font-family: Georgia, serif;
    font-size: 36px;
    color: #2A1F6C;
    margin-bottom: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.map-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

/* MAP */
.map-wrapper {
    position: relative;
    width: 600px;
    max-width: 100%;
}

.world-map {
    width: 100%;
    border-radius: 12px;
    border: 3px solid #2A1F6C;
}

/* BLINKING DOTS */
.blink-point {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #BD8330;
    border-radius: 50%;
    animation: blink 1.2s infinite;
    box-shadow: 0 0 10px #BD8330;
}

/* ADJUST THESE (%) EXACTLY AS YOU WANT */
.uae { top: 42%; left: 74%; }
.saudi { top: 41%; left: 45%; }
.qatar { top: 31%; left: 64.5%; }
.oman { top: 60%; left: 81%; }
.kuwait { top: 3%; left: 53%; }
.bahrain { top: 25%; left: 62%; }

@keyframes blink {
    0% { opacity: 0.3; transform: scale(0.8); }
    50% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 0.3; transform: scale(0.8); }
}

/* TEXT */
.service-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-text li {
    font-family: Georgia, serif;
    font-size: 20px;
    margin: 12px 0;
    color: #000;
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-text li i {
    color: #BD8330;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .map-section {
        flex-direction: column;
        gap: 30px;
    }

    .service-text li {
        font-size: 18px;
    }
}
.service-text li img {
    width: 40px;   /* increase size */
    height: auto;  /* keeps correct aspect ratio */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58a19fc *//* Our Tent Services H2 block */
.h2h-our-tent-services {
  background: #ffffff;                /* white background */
  color: #000;                        /* black text */
  max-width: 1200px;
  margin: 36px auto;
  padding: clamp(18px, 3.5vw, 32px);
  border: 3px solid #2A1F6C;         /* main border color */
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(42,31,108,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia;
}

/* left accent stripe using pseudo-element */
.h2h-our-tent-services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;                       /* visible thickness of accent */
  background: #BD8330;               /* accent color */
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  box-shadow: 0 2px 6px rgba(189,131,48,0.12);
}

/* decorative top & bottom thin lines (two-color) */
.h2h-our-tent-services::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  top: 0;
  background: linear-gradient(90deg, #BD8330 0%, #BD8330 50%, #2A1F6C 50%, #2A1F6C 100%);
  transform: translateY(-6px);
  pointer-events: none;
}

/* place an inverted line at bottom */
.h2h-our-tent-services .h2h-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
  background: linear-gradient(90deg, #2A1F6C 0%, #2A1F6C 50%, #BD8330 50%, #BD8330 100%);
  transform: translateY(6px);
  pointer-events: none;
}

/* inner content */
.h2h-our-tent-services .h2h-inner {
  position: relative; /* for inner ::after */
  width: 100%;
  display: grid;
  gap: 6px;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding-left: 20px; /* so text doesn't overlap left accent */
}

/* responsive heading size */
.h2h-our-tent-services h2 {
  margin: 0;
  font-family: Georgia;
  font-weight: 700;
  line-height: 1.05;
  font-size: clamp(1.25rem, 3.6vw, 2.2rem); /* responsive */
  color: #000;
  letter-spacing: -0.02em;
}

/* sub text */
.h2h-sub {
  margin: 0;
  font-size: clamp(0.88rem, 1.6vw, 1rem);
  color: #111;
  opacity: 0.9;
}

/* small screen adjustments */
@media (max-width: 520px) {
  .h2h-our-tent-services {
    margin: 1px;
    padding: 18px;
    border-radius: 10px;
    }
  .h2h-our-tent-services::before {
    width: 8px;
  }
  .h2h-inner{
      font-family: Georgia;
      font-size: 10px;
  }
  .h2h-sub {
            font-size: 10px;
  }
  .h2h-our-tent-services h2{
    font-size: 15px;
    font-family: Georgia;
    }
    
    .h2h-our-tent-services::before{
        width: 3px;
    }
    
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-82b4de7 *//* === Stats Section Styling (Optimized for Core Web Vitals) === */
.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  background: #fff;
  padding: 5px 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Georgia;
}

.stat-card {
  background: linear-gradient(135deg, #2A1F6C, #BD8330);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 40px 20px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.stat-card i {
  font-size: 40px;
  margin-bottom: 16px;
  color: #fff;
}

.stat-card h2 {
  font-size: 2.4rem;
  margin: 10px 0 8px;
  font-weight: 700;
}

.stat-card p {
  font-size: 1rem;
  letter-spacing: 0.5px;
  margin: 0;
  color: #f7f7f7;
}

/* === Responsive Optimizations === */
@media (max-width: 768px) {
  .stat-card {
    padding: 30px 16px;
  }
  .stat-card h2 {
    font-size: 2rem;
  }
  .stat-card i {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-44efab1 */.map-section {
  background: #fff;
  color: #000;
  padding: 20px 20px;
  border-radius: 20px;
  border: 3px solid #BD8330;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.map-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.map-text {
  flex: 1 1 400px;
}

.map-text h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2A1F6C;
  border-left: 5px solid #BD8330;
  padding-left: 10px;
}

.map-text .desc {
  font-size: 1.2rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #BD8330;
}

.map-text .info {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.map-text .info li {
  margin: 10px 0;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.map-text .info a {
  color: #2A1F6C;
  text-decoration: none;
  font-weight: 500;
}

.map-text .info a:hover {
  color: #BD8330;
  text-decoration: underline;
}

.map-text .icon {
  color: #BD8330;
  font-size: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2A1F6C;
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #BD8330;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.map-box {
  flex: 1 1 500px;
  border: 2px solid #BD8330;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.map-box iframe {
  width: 100%;
  height: 350px;
  border: 0;
}

@media (max-width: 768px) {
  .map-section {
    padding: 60px 15px;
  }

  .map-text h2 {
    font-size: 1.6rem;
  }

  .map-text .desc {
    font-size: 1rem;
  }

  .map-box iframe {
    height: 300px;
  }
}/* End custom CSS */