/** google-map-section **/

.google-map-section {
  position: relative;
}

.google-map-section #contact-google-map {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
}

.google-map-section .content-box {
  position: absolute;
  left: 0px;
  top: 50px;
  /* Bring it up a bit more */
  right: 0px;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  /* Ensure it stays on top of everything including map and footer */
}

.google-map-section .content-box .inner-box {
  position: relative;
  display: block;
  max-width: 320px;
  background: #ffffff !important;
  border-radius: 15px;
  /* overflow: hidden; Removed to prevent cutting off text */
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border: 1px solid #f0f0f0;
}

.google-map-section .content-box .inner-box h3 {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff !important;
  font-weight: 700;
  padding: 20px 25px;
  background: var(--secondary-color) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-top-left-radius: 15px;
  /* Apply radius manually since overflow is removed */
  border-top-right-radius: 15px;
}

.google-map-section .content-box .content-inner {
  position: relative;
  display: block;
  padding: 25px 25px 30px 25px;
}

.google-map-section .content-box .schedule-list li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222222 !important;
  /* Darker black for max contrast */
  font-weight: 700;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google-map-section .content-box .schedule-list li span {
  font-weight: 500;
  color: #444444 !important;
  float: none;
  /* Reset float for flex */
}

.google-map-section .content-box .schedule-list {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.google-map-section .content-box h4 {
  display: block;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  color: var(--secondary-color) !important;
  margin-bottom: 15px;
}

.google-map-section .content-box .info-list li {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #222222 !important;
  /* Darker black */
  padding-left: 35px;
  margin-bottom: 12px;
  overflow: visible;
  /* Ensure content is visible */
}

.google-map-section .content-box .info-list li a {
  display: block;
  /* Make it block for better wrapping control */
  color: #222222 !important;
  /* Darker black */
  font-weight: 600;
  transition: all 300ms ease;
  word-break: break-all;
  /* Prevent overflow of long strings */
}

.google-map-section .content-box .info-list li a:hover {
  text-decoration: none;
  color: var(--theme-color) !important;
}

.google-map-section .content-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 18px;
  color: var(--secondary-color) !important;
}


.contact-section {
  position: relative;
}

.contact-section h2 {
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

.contact-section input,
.contact-section textarea {
  padding: 10px 20px !important;
}

.contact-section textarea {
  height: 182px;
}

.contact-section .pattern-layer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 271px;
  height: 185px;
}




/** RTL-CSS **/

.rtl .google-map-section .content-box .schedule-list li span {
  float: left;
}

.rtl .google-map-section .content-box .info-list li {
  padding-left: 0px;
  padding-right: 37px;
}

.rtl .google-map-section .content-box .info-list li i {
  left: inherit;
  right: 0px;
}



/** RESPONSIVE-CSS **/

@media only screen and (max-width: 1599px) {}


@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 599px) {}

@media only screen and (max-width: 499px) {}
 / *   M o b i l e   U I   C o n t a c t   F i x e s   * / 
 @ m e d i a   o n l y   s c r e e n   a n d   ( m a x - w i d t h :   7 6 7 p x )   { 
     . g o o g l e - m a p - s e c t i o n   # c o n t a c t - g o o g l e - m a p   { 
         h e i g h t :   4 0 0 p x ; 
     } 
     
     . g o o g l e - m a p - s e c t i o n   . c o n t e n t - b o x   { 
         p o s i t i o n :   r e l a t i v e ; 
         t o p :   0 ; 
         p a d d i n g :   3 0 p x   1 5 p x ; 
         m a x - w i d t h :   1 0 0 % ; 
     } 
     
     . g o o g l e - m a p - s e c t i o n   . c o n t e n t - b o x   . i n n e r - b o x   { 
         m a x - w i d t h :   1 0 0 % ; 
         m a r g i n :   0   a u t o ; 
     } 
     
     . c o n t a c t - s e c t i o n   h 2   { 
         f o n t - s i z e :   2 4 p x ; 
         l i n e - h e i g h t :   3 2 p x ; 
         m a r g i n - b o t t o m :   3 0 p x ; 
     } 
 } 
 
 @ m e d i a   o n l y   s c r e e n   a n d   ( m a x - w i d t h :   4 8 0 p x )   { 
     . g o o g l e - m a p - s e c t i o n   # c o n t a c t - g o o g l e - m a p   { 
         h e i g h t :   3 5 0 p x ; 
     } 
 }  
 