@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Georgian:wght@100..900&family=Pacifico&display=swap');
/* 1. Reset all elements' margin and padding */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 2. Remove list styles */
ul,
ol {
  list-style: none;
  vertical-align: center;
}

/* 3. Remove default link styling */
a {
  text-decoration: none;
  color: inherit;
}

/* 4. Remove default table border spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 5. Set font family and line height */
body {
  font-family: 'Arial', sans-serif;  /* Change to preferred font */
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  overflow-x: hidden;
}

/* 6. Reset image sizing */
img {
  max-width: 100%;
  height: auto;
  display: flex;
}

/* 7. Ensure inputs and buttons don't have browser-specific padding */
input,
button,
textarea,
select {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
}

/* 8. Adjust form elements (optional) */
input[type="text"],
input[type="password"],
textarea {
  background: transparent;
}

/* 9. Set default background for HTML and body */
html, body {
  height: 100%;
  font-family: noto sans georgian;
}

/* 10. Ensure consistency with font size */
html {
  font-size: 100%;
}
.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}
/*000000000000000000000 start 0000000000000000000000000000000*/

#main-header {
  position: sticky;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  background: #fff;
  top: 0;
  z-index: 1000;
}
.header-ul li {
  color: #00417c;
  font-weight: 600;
}
.reg {
  padding: 11px 12px;
  border-radius: 5px;
  background: #00417c;
  color: #f1f1f1;
  font-weight: 600;
}
.logo {
  width: 140px;
  height: 80px;
}
#hero {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  background: linear-gradient(90deg, #1D4E9E 0%, #1D4E9E 50%, #5777ac 100%);
  overflow: hidden;
  min-height: 500px;
  bottom: 0;
  position: relative;
}

.hero-img::after {
  position: absolute;
  content: "";
  background: url(img/hero-img.png);
  width: 500px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
}
.hero-img img {
    width: 80%;    
}
.hero-text {
  padding-top: 35px;
}
.hero-text h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 30px;
  color: white;
}
.hero-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.27px;
  color: white;
}
.benefits-h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}
.benefits-h2::after {
  content: "";
  width: fit-content;
  height: 1px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.benefits-grid-1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.benefits-grid-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.benefit-card {
  background: rgb(248, 252, 255);
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.benefit-card-1 {
  background: #003366;;
  border-radius: 12px;
  padding: 25px 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.benefit-card:hover {
    transform: translateY(-5px);
}
.benefit-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #1D4E9E;
    text-align: center;
}
.benefit-icon-1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #f5c543;
    text-align: center;
}
.benefit-card p {
    font-size: 1rem;
    color: #444;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.benefit-card-1 p {
    font-size: 1rem;
    color: #f1f1f1;
    font-weight: 500;
    margin: 0;
    text-align: center;
}
.designation {
  margin-top: 12px;
  font-weight: bold;
  color: #333;
  font-size: 1.1rem;
}

.designation span {
  font-weight: normal;
  font-size: 0.95rem;
  color: #777;
}
.about-section {
  background-color: rgb(248, 252, 255);
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}
.about-photo img {
  width: 80%;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
}

.about-text {
  flex: 1;
  min-width: 280px;
}

.about-text h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 8px;
}

.cta-section {
  background-color: #003366;
  background-image: url(img/cta-background.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
  z-index: 10;
  font-family: 'Segoe UI', sans-serif;
}

.cta-container {
  margin: auto;
}

.cta-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #f4e0c7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.cta-button {
  padding: 15px 30px;
  background-color: #25d366;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #f5c543;
  transform: translateY(-5px);
}


.designation {
  font-size: 1.1rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 5px;
}

.experience {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

.experience a {
  color: #765f41;
  text-decoration: none;
}

.pitch {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}
#business-structures {
  background: rgb(248, 252, 255);
  padding: 113px 0px;
}
.structure-heading {
  text-align: center;
  margin-bottom: 50px;
}
.structure-heading h2 {
  color: rgb(1, 30, 65);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  letter-spacing: 0.63px;
  margin-bottom: 10px;
}
.structure-heading p {
  color: rgb(1, 30, 65);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.27px;
}
.flip-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.flip-card {
  background-color: transparent;
  height: 250px;
  width: 100%;
  margin-bottom: 30px;
}
.list-circle {
  list-style: disc;
  color: white;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}
.flip-card-front {
  text-align: center;
  align-items: center;
  padding-top: 15px;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(40, 87, 133);
  border-image: initial;
}
.flip-card-front img {
  display: block;
  margin: 0 auto;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-card-back {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  transform: rotateY(180deg);
  position: relative;
  border-radius: 10px;
  background: rgb(40, 87, 133);
  padding: 20px;
}
.flip-card-front h3 {
  color: rgb(1, 30, 65);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.27px;
  margin-top: 20px;
}
.flip-card-back h3 {
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.27px;
}
.flip-card-back p {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.24px;
}


.accordion {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
}

.accordion-item {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100% !important;
}

.accordion-header {
  background-color: #ccc;
  /* background-color: transparent; */
  transition: 0.6s ease;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
  border: none;
  width: 100%;
  display: block;
}

.accordion-content {
  padding: 0 15px;
  background-color: #f9f9f9;
  border-top: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
}

.accordion-item.active .accordion-content {
  padding: 15px;
  max-height: 500px; /* fallback max height */
}

.accordion-item.active .accordion-header {
  background-color: rgb(1, 30, 65);
  color: #f9f9f9;
  transition: 0.6s ease;
}

.list-group {
  list-style: decimal;
  margin-left: 10px;
}

.policy-serv {
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(248, 252, 255, 0.8);
  background: rgb(248, 252, 255);
}
.last-section-text h2 {
  font-size: 34px;
  font-weight: 700;

}
.last-section-u {
  padding-left: 3px;
}
.last-section-u li {
  font-size: 18px;
  font-weight: 600;
}
.last-section-text p {
  font-size: 22px;
}
#imageCarousel img {
  height: 500px;
  width: auto;
  object-fit: contain;
}
.fa-circle-check {
  font-size: 18px;
  color: #003366;
  padding-right: 5px;
}
.exp-guidance ul li {
  position: relative;
  margin-left: 10px;
}
.exp-guidance ul li::before {
  position: absolute;
  content: "";
  background: url(img/down-yellow-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
  left: 0;
  width: 18px;
  height: 18px;
  top: 4px;
  margin-left: -25px;
}
.last-ul li {
  font-size: 18px;
  font-weight: 600;
}
.last-p {
  font-size: 18px;
  font-weight: 700;
  color: #54595F;
  align-items: center;
}
.last-p-icon {
  color: #179F48;
  font-size: 20px;

}
.footer {
  background-color: #003366;
  color: #fff;
  padding: 40px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.contact-info, .quick-links {
  flex: 1;
}

.contact-info p, .quick-links p {
  margin: 0;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.quick-links ul {
  list-style-type: none;
  padding: 0;
}

.quick-links ul li {
  margin-bottom: 8px;
}

.quick-links a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.quick-links a:hover {
  color: #f4e0c7;
}

.footer-bottom {
  margin-top: 30px;
  font-size: 1rem;
}

.footer-bottom p {
  margin: 0;
}
@media (max-width: 1024px) {
  #hero {
    min-height: fit-content;
    min-height: 0;
  }
  .hero-text h1 {
    font-size: 36px;
    margin-top: -10px;
  }
  .hero-text {
    
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .hero-text {
    
    padding: 0px;
  }
  .hero-text h1 {
    margin-top: -10px;
    font-size: 30px;
    line-height: 36px;
  }
  .hero-text p {
    text-align: left;
        font-size: 15px;
        line-height: 28px;
  }
  .benefits-grid {
    grid-template-columns: 1fr; 
  }
    .benefits-grid-1 {
  grid-template-columns: 1fr;
  padding-right: 10px;
  padding-left: 10px;
}
  .benefits-grid-2 {
  grid-template-columns: 1fr;
  padding-right: 10px;
  padding-left: 10px;
  gap: 50px;
}
  .flip-card-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
  .last-ul {
    padding-left: 5px;
  }
  .designation {
    margin-top: -10px;
  }
  .experience {
    margin-top: -5px;
  }
  .structure-heading h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .last-section-text {
    margin-top: -100px;
  }
  #imageCarousel {
    margin-top: -100px;
  }
  .about-photo img {
   width: 100%;
   height: auto;
  /* box-shadow: 0 5px 15px rgba(0,0,0,0.1); */
  }
  .nav-links ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .reg {
    font-size: 14px;
    width: 100%;
  }
  .nav-links {
    width: 50%;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}