:root {
--primary:#00338d;
--primary-light:#3149a8;
--primary-dark:#151f47;
--secondary: #6496C7;
--secondary-light: #7caee0;
--accent: #FFD700;
--success: #28a745;
--warning: #ffc107;
--danger: #dc3545;
--danger-dark: #b32735;
--light: #f8f9fa;
--dark: #212529;
--white: #ffffff;
--gray-100: #f8f9fa;
--gray-200: #e9ecef;
--gray-300: #dee2e6;
--gray-400: #ced4da;
--gray-500: #adb5bd;
--gray-600: #6c757d;
--gray-700: #495057;
--gray-800: #343a40;
--gray-900: #212529;
--body-font: 'Poppins',sans-serif;
--body-color: #212529;
--heading-color: #0A2463;
--transition: all 0.5s ease-in-out;
--box-shadow: 0 8px 24px rgba(10, 36, 99, 0.1);
--box-shadow-hover: 0 16px 32px rgba(10, 36, 99, 0.15);
--border-radius: 8px;
--space-1: 0.25rem;  
--space-2: 0.5rem;   
--space-3: 0.75rem;  
--space-4: 1rem;     
--space-5: 1.5rem;  
--space-6: 2rem;     
--space-7: 2.5rem;   
--space-8: 3rem;     
--space-9: 4rem;     
--space-10: 5rem;    
--space-11: 6rem;    
--space-12: 8rem;    
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
a {
  color: var(--white);
  text-decoration: none;
  transition:var(--transition);
}
a:hover {
  color: var(--secondary) !important;
}
.primary-btn{
    color: var(--white);
    background-color: var(--secondary) ;
    padding: 16px 82px;
    border: 1px solid var(--secondary);
    border-radius: 50px;
    transition: all 0.5s ease-in-out; 
    
}
.primary-btn:hover{
 background-color: transparent;
  transform: translateY(-4px);
  color: var(--white) !important;
}
.secondary-btn{
    background-color: var(--primary-dark);
    color: #fff;
    border: 1px solid var(--primary-dark);
    border-radius: 50px;
    padding: 16px 62px;
    transition: all 0.5s ease-in-out; 
}
.secondary-btn:hover{
  transform: translateY(-4px);
  color: var(--white) !important;
}



h1, h2, h3, h4, h5, h6 {
  color: var(--white);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}
h2, h3, h4, h5, h6 {
  color: var(--primary);
}
ul, ol {
  list-style-position: inside;
  margin-bottom: var(--spacing-5);
}

.navbar-brand{
  color: var(--white)  !important;
}
.navbar{
  background-color: transparent !important ;

}
.nav-link{
  color: var(--primary-dark)  !important;
}
.navbar  .nav-link.active{
  color: var(--secondary) !important;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  height: auto;
}

.navbar-brand img {
  max-height: 60px;
  width: 100%;
  display: block;
}
.navbar{
  background-color: var(--white) !important;
  border-bottom: 2px solid var(--secondary-light);
  box-shadow: var(--box-shadow);
  padding: 10px;
  
}
.navbar-toggler {
    font-size:17px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid var(--secondary) !important;
}
.navbar-toggler  i{
    color: var(--secondary);
}
.navbar-toggler:focus{
    border: 1px solid var(--secondary) !important;
    outline: none !important;
    box-shadow: none !important;
}
.lang-btn{
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.lang-btn:hover{
  color: var(--white) !important;
  font-weight: 600;
}

header h1{
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
header p{
  font-size: 1.25rem;
  margin-bottom: 3rem;
  max-width: 530px;
  line-height: 1.8;
}
header .primary-btn{
  background-color: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
}
header .primary-btn:hover{
  background-color: var(--primary);
  color: var(--white);
}
header .secondary-btn{
  background-color: var(--primary);
  color: var(--white);
  border: 1px solid var(--primary);
}
header .secondary-btn:hover{
  background-color: var(--white);
  color: var(--primary) !important;
}
.images{
    padding: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--secondary);
    border-radius: 220px 220px 220px 220px;
     animation: borderMorph 7s infinite ease-in-out;
}
.images img{
        border-radius: 210px 210px 210px 210px;
        width: 100%;
        animation: borderMorph 7s infinite ease-in-out;
}
.about img{
   
    border-radius: 20px;
    box-shadow: var(--box-shadow);
     filter: brightness(1.1) contrast(1.2) saturate(1.3);
}
.section-padding{
    padding: 140px 0px;
}

.navbar  .nav-link.active{
  font-weight: 800;
}

.hero-header {
  background: url('../images/header.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
html[dir="rtl"] .hero-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, rgba(0, 58, 222, 0.9) 0%, rgba(0, 58, 222, 0.4) 45%, rgba(0, 58, 222, 0.1) 100%);
  z-index: 0;
}
html[dir="ltr"] .hero-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 58, 222, 0.9) 0%, rgba(0, 58, 222, 0.4) 45%, rgba(0, 58, 222, 0.1) 100%);
  z-index: 0;
}
.hero-header .z-1 {
  position: relative;
  z-index: 2;
}



html[dir="rtl"] .hero-header p {
  text-align: right;
}
html[dir="ltr"] .hero-header p {
  text-align: left;
}


.custom-heading {
  position: relative;
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1.25rem;
  z-index: 0;
  font-size: 2.8rem;
  color: var(--white);
  padding-bottom: 17px; 
}

.about-heading{
  font-size: 2.8rem;
  max-width: 280px;
  color: var(--primary);
  border: 1px solid var(--primary);
 
  display: flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center; 
  
}
.about-badge{
  background-color: var(--primary-dark);
  color: var(--white);
  padding: 19px;
  border-radius: 50px;
}
.about-badge p{
  font-size: .8rem;
  margin-top: 8px;
}
.about-badge a{
  background-color: var(--white);
  color: var(--primary-dark);
  padding: 15px;
  width: 40%;
  text-align: center;
  border-radius: 50px;
}
.about-heading span{
 padding: 0.2rem 1.25rem 1rem;
}


.circle-static {
    z-index: 3;
    background-color: var(--secondary);
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
    position: relative;
    border-radius: 999px;
    animation: pulseScale 3s ease-in-out infinite;
}

@keyframes pulseScale {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}
.inner-card{
  background-color: var(--white);
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.stats {
  padding: 80px 0 80px !important;
}
.states-container{
  background-image: url(../images/states.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.stat-card {
  text-align: center;
  padding: 30px 15px;
  border-radius: 10px;
  background-color: var(--white);
  border: 1px solid var(--secondary-light);
  transition: var(--transition);
  box-shadow:var(--box-shadow);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
  border-color: var(--secondary);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background-color: rgba(65, 105, 225, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: var(--secondary);
  font-size: 20px;
}

.stat-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--primary);
}

.stat-card p {
  color: var(--gray-600);
  margin-bottom: 0;
}

.services{
 
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}
.services .card {
    background-color: var(--white) !important;
    color: black;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    opacity: 1;
    border: 1px solid var(--primary);
    transition: all 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}
.services .card p{
  text-align: justify !important;
  font-size: .8rem;
}
.services .card h3 {
    color: var(--primary) !important;
    font-size: 1.3rem;
}

.services .card:hover {
    transform: translateY(-5px);
}

.service-image img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    border-radius: 20px 20px 0 0;
}

.content {
    padding: 15px 10px;
    flex-grow: 1;
}

.content h3 {
    margin-top: 10px;
    margin-bottom: 40px;
}
.content p {
    font-size: 1rem;
    line-height: 1.5;
}


img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}





/* cta */
.CTA{
  background-image: linear-gradient(to left, rgba(0, 58, 222, 0.9) 0%, rgba(0, 58, 222, 0.4) 35%, rgba(0, 58, 222, 0.1) 100%), url(../images/cta.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color:var(--white)
}
/* FAQ Section */
.accordion-item {
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-heading{
  color: var(--primary);
}
.faq .img,
.faq img {
  border-radius: 100px 550px 100px 550px;
  position: relative;
  z-index: 2;
  display: inline-block; 
}

.faq .img::after {
  content: "";
  position: absolute;       
  background-color: var(--secondary);
  width: 90%;
  opacity: .6;
  height: 100%;
  top: 0%;
  left: -2%;
    border-radius: 100px 550px 100px 550px;
  z-index: 1;
}


.accordion-header {
  margin-bottom: 0;

}

 .accordion-button {
  background-color: var(--white);
  color: var(--dark);
  font-weight: 500;
  border-radius: var(--border-radius);
  padding: 1.25rem;
  box-shadow: none;
  font-size: 12px;
}
.accordion-button:not(.collapsed) {
    color:var(--white);
    background-color: var(--primary-dark);
    box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: var(--gray-300);
}
.footer{
  background-color: var(--primary-dark) !important;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230A2463'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
html[dir="rtl"] .accordion-button::after{
      margin-right: auto;
      margin-left: 0;
}
.accordion-button:not(.collapsed)::after {
  filter: none;
}
.accordion-body {
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}
@media screen and (min-width : 415px) {
   .accordion-button {
  font-size: 15px;
}
  .accordion-body {
  font-size: 15px;
}
}
@media screen and (min-width : 668px) {
   .accordion-button {
  font-size: 15px;
}
  .accordion-body {
  font-size: 15px;
}
}
@media screen and (min-width : 768px) {
   .accordion-button {
  font-size: 10px;
}
  .accordion-body {
  font-size: 10px;
}
}
@media screen and (min-width : 992px) {
   .accordion-button {
  font-size: 16px;
}
  .accordion-body {
  font-size: 16px;
}
.services .card p{
  font-size: 1rem;
}
.services .card h3 {
    font-size: 1.7rem;
}
html[dir="rtl"] .footer-p{
  padding-left: 65px;
 }
 html[dir="ltr"] .footer-p{
  padding-right: 65px;
  text-align: justify;
 }
}
/* Contact Section */

.contact-form{
   background: linear-gradient(var(--primary-dark), var(--primary-dark)) padding-box,
              linear-gradient(145deg, transparent 35%, var(--secondary), var(--secondary-light)) border-box;
  border: 2px solid transparent;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 32px 24px;
  font-size: 14px;
  font-family: inherit;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
  background-size: 200% 100%;
  animation: gradient 5s ease infinite;
  width: 100%;
  transform-style: preserve-3d;
  transition: transform 300ms;
  box-shadow: 0px 0px 10px 1px #000000ee;
  border-radius: 5px;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.contact-form button:active{
  scale: 0.95;
}
.contact-form .form-field input, .side input{
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: var(--white);
  font-family: inherit;
  background-color: transparent;
  border: 1px solid var(--secondary-light);
}
.contact-form .form-field textarea{
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #fff;
  height: 96px;
  border: 1px solid var(--secondary-light);
  background-color: transparent;
  font-family: inherit;
}
html[dir="rtl"] #UserPhone::placeholder{
text-align: right;
}
html[dir="ltr"] #UserPhone::placeholder{
text-align: left;
}
.contact-form .form-field input::placeholder, .contact-form .form-field textarea::placeholder,.side input::placeholder{
  opacity: .7;
  color: var(--white);
}

.contact-form .form-field input:focus,.side input:focus {
  outline: none;
  border-color: var(--secondary);
  color: rgba(255, 255, 255, 0.715);
  background-color: transparent;
  box-shadow: none;
}

.contact-form .form-field textarea:focus {
  outline: none;
  border-color: var(--secondary);
}

.contact-form .sendMessage-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: white;
  font-weight: 600;
  width: 40%;
  background: var(--secondary);
  border: 1px solid var(--secondary);
  padding: 12px 16px;
  font-size: inherit;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.contact-form .sendMessage-btn:hover {
  transform: translateY(-5px);
}
.hero-image-container {
  position: relative;
  height: 50%;
 
}
.rounded-circle-right {
  border-radius: 10px 150px 150px 20px;
  width: 100%;
  height: auto;
  position: relative;
  height: auto !important;
  z-index: 1;
}

.blue-shape {
  position: absolute;
  top: -20px;
  right: -15px;
  width: 100%;
  height: 100%;
  background-color: var(--secondary-light);
  border-radius: 0 150px 150px 0;
  z-index: 0;
  opacity: 0.6;
}

.curved-shape-bottom {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 130%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
.side{
  background-color:var(--primary-dark) ;
  color: var(--white);
}
.blog .card{
  border: 1px solid var(--secondary-light);
  
}
.blog .card h5{
  color: var(--primary-dark);
}
.blog .card li{
  border: 1px solid var(--secondary);
  padding: 10px;
  border-radius: 40px;
  text-align: center;
}
.blog .card a{
  display: inline-block;
  margin-top: 15px;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--primary) !important;
  text-decoration: none;
}
.blog .card p{
  text-align: justify;
}
.list-group-item {
    color: var(--white) !important;
    text-decoration: none;
    background-color: transparent !important;
    border: var(--bs-list-group-border-width) solid var(--secondary);
}
/* Footer */
.footer {
  padding: 80px 0 24px;
}

.footer h3 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.footer h5 {
  color: var(--white);
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.footer p {
  color: var(--gray-400);
}

.social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  color: var(--white);
  transition: var(--transition);
}

.social-links a:hover {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding-left: 0;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: var(--white);
  transition: var(--transition);
}

html[dir="ltr"] .footer-links a:hover {
  color: var(--white);
  padding-left: 0.5rem;
}
html[dir="rtl"] .footer-links a:hover{
   color: var(--white);
   padding-right: 0.5rem;
}
.footer-contact li {
  display: flex;
  align-items: flex-start;
  color: var(--white);
}

.footer-contact li i {
  margin-right: 0.875rem;
  margin-top: 0.25rem;
  color: var(--secondary);
  font-size: 20px;
}

.footer-divider {
  margin: 40px 0 24px;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  color: var(--white);
  font-size: 0.875rem;
}

.footer-bottom-links {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  margin-bottom: 0;
  padding-left: 0;
}

.footer-bottom-links a {
  color: var(--white);
}

.footer-bottom-links a:hover {
  color: var(--white);
}
footer .gmt-logo{
  width: 20%;
}
 .GMT{
 width: 40%;
 }
 html[dir="rtl"]  .end-text{
  text-align: right;
 }
 html[dir="ltr"]  .end-text{
  text-align: left;
 }
 
  .fixed-contact-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1050;
}
.fixed-scroll{
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1050;
}
.whatsapp-button,.phone-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25D366; 
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 22px;
  transition: background-color 0.3s ease;
}


.whatsapp-button:hover,.phone-button:hover {
  background-color: #1da851;
}
.scroll-top {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  left: 0%;
  color: var(--white);
  font-size: 25px;
  display: none;
  justify-content: center;
  align-items: center;
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}


@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
}

@keyframes borderMorph {
  0%, 100% {
    border-radius: 220px;
  }
  50% {
    border-radius: 50px;
  }
}




#about-audittrip .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 16px;
  overflow: hidden;
}
#about-audittrip .card .card-title{
  color: var(--primary);
  margin-bottom: 20px;
}
#about-audittrip .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}

#about-audittrip .card-img-top {
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
}