.elementor-43 .elementor-element.elementor-element-a70a8e5{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-43 .elementor-element.elementor-element-b76d6bd{width:100%;max-width:100%;}.elementor-43 .elementor-element.elementor-element-b76d6bd > .elementor-widget-container{border-style:none;}.elementor-43 .elementor-element.elementor-element-b76d6bd img{border-style:none;}.elementor-43 .elementor-element.elementor-element-d17db22{--display:flex;}.elementor-43 .elementor-element.elementor-element-3823666.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-43 .elementor-element.elementor-element-67f7af8{--display:flex;}.elementor-43 .elementor-element.elementor-element-55c80fe{--display:flex;}.elementor-43 .elementor-element.elementor-element-7d95f67{--display:flex;}.elementor-43 .elementor-element.elementor-element-0ee9828{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3823666 */body .experience-section .experience-title-row h2 {
  font-size: 48px !important;
  font-weight: 700 !important;
}

/* FULL WIDTH – NO LEFT/RIGHT GAPS */
.experience-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #ffffff;
  text-align: center;
  padding: 80px 20px;
}

/* Title row */
.experience-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Lines beside title */
.experience-title-row .line {
  width: 80px;
  height: 3px;
  background-color: #2f1e1a;
  border-radius: 10px;
}

/* Heading */
.experience-title-row h2 {
  font-size: 44px;
  font-weight: 700;
  color: #3d3d3d;
  margin: 0;
}

/* Description text */
.experience-text {
  max-width: 900px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: #6b6b6b;
}
body {
  margin: 0;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .experience-title-row h2 {
    font-size: 30px;
  }

  .experience-title-row .line {
    width: 40px;
  }

  .experience-text {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff08729 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

.safari-grid-section {
  padding: 100px 5% 150px; /* Extra bottom padding for the offset */
  background: url('http://admuse.shop/wp-content/uploads/2026/02/ChatGPT-Image-Feb-19-2026-at-04_16_22-PM.png') repeat;
}

.masonry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item {
  position: relative;
  height: 400px; /* Base height */
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

/* THE STAGGER EFFECT: Push the 2nd and 5th cards down */
.grid-item:nth-child(3n+2) {
  transform: translateY(60px);
}

/* BACKGROUND & HOVER ANIMATION */
.item-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-image: url('http://admuse.shop/wp-content/uploads/2026/02/ChatGPT-Image-Feb-19-2026-at-04_16_22-PM.png');
  background-size: cover;
  background-position: center;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
}

.grid-item:hover .item-bg {
  transform: scale(1.1);
}

/* DARK OVERLAY SHIFT */
.grid-item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 60%);
  z-index: 2;
  transition: background 0.4s ease;
}

.grid-item:hover::before {
  background: rgba(0,0,0,0.4);
}

/* CONTENT LAYOUT */
.item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
  box-sizing: border-box;
}

.item-info h3 {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 2px;
  margin: 0;
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s ease;
}

.grid-item:hover .arrow-btn {
  background: white;
  color: #222;
  transform: rotate(45deg); /* Simple extra animation for the arrow */
}

/* RESPONSIVE: Remove stagger on mobile */
@media (max-width: 992px) {
  .masonry-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-item:nth-child(3n+2) { transform: none; }
  .grid-item:nth-child(even) { transform: translateY(40px); }
}

@media (max-width: 600px) {
  .masonry-grid { grid-template-columns: 1fr; gap: 20px; }
  .grid-item { transform: none !important; height: 300px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f69ef76 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Open+Sans:wght@400&display=swap');

.safari-info-section {
  background-color: #54624d; /* Safari Green */
  padding: 80px 20px;
  text-align: center;
}

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

.title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

/* Updated Heading Style: Bold and White */
.title-group h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; /* Extra Bold for maximum impact */
  color: #ffffff; /* Pure white */
  font-size: 32px;
  letter-spacing: 2.5px;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.taper-line {
  width: 180px;
  height: 5px;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  max-width: 900px;
  margin: 0 auto 50px;
}

.feature-image-wrapper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  margin-bottom: 80px;
}

.feature-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.second-block {
  padding-top: 40px;
}

/* Mobile Fixes */
@media (max-width: 992px) {
  .title-group h2 { font-size: 20px; }
  .taper-line { width: 80px; }
}

@media (max-width: 600px) {
  .title-group { flex-direction: column; gap: 15px; }
  .taper-line { width: 120px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc2806f */.safari-hero {
  position: relative;
  height: 650px; /* Reduced height */
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 60px 5%; /* Reduced side margin */
}

.bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
}

.hero-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
  gap: 40px;
}

.hero-left {
  flex: 1;
}

.hero-left h1 {
  font-size: 48px; /* Slightly smaller */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-left p {
  font-size: 17px;
  margin-bottom: 25px;
  max-width: 500px;
}

.trusted {
  display: inline-block;
  background: rgba(255,255,255,0.15);
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
}

.hero-form {
  flex: 0 0 380px;
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.hero-form input,
.hero-form select {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: none;
}

.hero-form button {
  width: 100%;
  padding: 14px;
  background: #4e2f1c;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.hero-form button:hover {
  background: #3a2214;
}

/* Tablet */
@media(max-width: 1024px){
  .safari-hero {
    height: auto;
    padding: 60px 5%;
  }
  
  .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .hero-form {
    width: 100%;
    max-width: 500px;
  }
}

/* Mobile */
@media(max-width: 600px){
  .hero-left h1 {
    font-size: 34px;
  }
}/* End custom CSS */