
:root{--accent:#6366f1;}
body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;}
.btn-primary{background:#6366f1;color:white;padding:10px;border-radius:8px;}
.btn-secondary{background:white;border:1px solid #e6eef8;padding:10px;border-radius:8px;}
.btn-outline{background:white;border:1px solid #e6eef8;padding:8px;border-radius:8px;}
.card-compact{border-radius:12px;background:white;box-shadow:0 8px 24px rgba(2,6,23,0.06);padding:16px;}
.badge{background:linear-gradient(90deg,#06b6d4,#7c3aed);color:white;padding:6px 10px;border-radius:999px;font-weight:600;font-size:12px;}
.dark .card-compact{background:#071127;color:#dbeafe}

input, button, select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    outline: none;
    font-size: 14px;
}

input:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99,102,241,0.15);
}

button {
    cursor: pointer;
    transition: 0.25s;
}

.btn-primary {
    background: #4f46e5;
    border: none;
    color: white;
}

.btn-primary:hover {
    background: #4338ca;
}

.btn-secondary {
    background: #e5e7eb;
    border: none;
}

.btn-secondary:hover {
    background: #d1d5db;
}

.header_top {
    width: 100%;
    background: #e7e7e7;
    color: #333;
    font-size: 12px;  
    font-weight: 300;
   display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 6px;
    padding: 4px 2%;

}
 @media (max-width: 768px){
    .header_top {
     /* grid-template-columns: 1fr;*/
     grid-template-rows: auto;
      grid-template-columns: 40% 58%;
    }

     .header_top .top_right ul li {
      font-size: 12px; 
    margin:0px 4px;
  }

    .header_top .top_left {
text-align: left;
font-size: 12px;
  }
  }



  .header_top .top_left {
text-align: left;
font-size: 14px;
  }
    .header_top .top_right {
    text-align: right;
  }
  .header_top .top_right ul {
    width: 100%;
  }
  
  .header_top .top_right ul li {
    list-style: none;
    display:inline-flex;
    margin:0px 6px;
  }

  .header_top .top_right ul a {
    text-decoration: none;
  }
    .header_top .top_right ul a:hover {
    color: #ff0000;
  }


/* --- SEARCHABLE DROPDOWN WRAPPER --- */
.search-input {
    width: 100%;
    background: white;
    border: 1px solid #d1d5db;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 14px;
}

/* DROPDOWN LIST */
.dropdown {
    position: absolute;
    background: white;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
    border: 1px solid #e5e7eb;
    z-index: 20;
}

.dropdown-item {
    padding: 10px;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
    font-size: 14px;
}

.dropdown-item:hover {
    background: #eef2ff;
}

.hidden { display: none; }

/* --- CARDS GRID --- */
#cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin-top: 20px;
}

/* CARD BOX */
.card-compact {
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.card-compact:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.card-compact img {
    border-radius: 4px;
}

/* --- PAGINATION --- */
#pagination {
    margin: 20px 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

#pagination button {
    padding: 7px 14px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}

#pagination button:hover {
    background: #e0e7ff;
}

/* --- MODAL --- */
#modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 50;
}

.modal-box {
    background: white;
    width: 95%;
    max-width: 520px;
    padding: 20px;
    border-radius: 12px;
    position: relative;
}

#modalClose {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 22px;
    cursor: pointer;
}

/* --- LOADER --- */
#loader {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    display: none;
}

/* --- BADGE --- */
.badge {
    padding: 3px 8px;
    background: #eef2ff;
    color: #4338ca;
    font-size: 12px;
    border-radius: 6px;
}





.header_mobile_number {
    font-size: 30px;
    font-weight: 600;
}

.logo_adiq {
    width: 270px;
    height: 80px;
 } 

 .logo_adiq img { 
       width: 270px;
    height: 80px;
 }



 .color-red {
    color: red;
 }


.pagelayout {
    width: 100%;
    padding: 20px auto;
}
.pagelayout .pagelayout-in {
    width: 90%;
    margin: auto;
}

.link-list {
    width: 100%;
}
.link-list li {
    list-style: none;
    line-height: 20px;
    list-style: none;
    border-bottom: solid 1px #e7e7e7;
    padding: 16px 0px;
}

 .adiq_footer {
    width: 100%;
    background-color: #f2f2f2;
    border-top: solid 1px #e7e7e7;
    padding: 20px 0px;
 }

 .adiq_footer .adiq_footer_in h3 {
    font-size: 22px;
    font-weight: 600;
    color: red;
 }
 

 .adiq_footer .adiq_footer_in  {
  display: grid;
  gap: 15px;           /* space between columns/rows */
     width: 90%;
    margin: auto; 

}

/* Large screens: 3 columns */
@media (min-width: 992px) {
 .adiq_footer .adiq_footer_in  {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Medium screens: 2 columns */
@media (min-width: 600px) and (max-width: 991px) {
 .adiq_footer .adiq_footer_in  {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Small screens: 1 column (default for mobiles) */
@media (max-width: 599px) {
 .adiq_footer .adiq_footer_in  {
    grid-template-columns: 1fr;
  }
}



/* --- RESPONSIVE FIXES --- */
@media (max-width: 680px) {
    input, button {
        font-size: 12px;
        padding: 8px;
    }
    .card-compact {
        padding: 10px;
    }
 

.header_mobile_number {
    font-size: 20px;
    font-weight: 500;
}


.logo_adiq {
    width: 161px;
    height: 50px;
 } 

 .logo_adiq img { 
    width: 161px;
    height: 50px;
 } 


}


/* --- RESPONSIVE FIXES --- */
@media (max-width: 480px) {
    input, button {
        font-size: 12px;
        padding: 8px;
    }
    .card-compact {
        padding: 10px;
    }

    
.header_mobile_number {
    font-size: 20px;
    font-weight: 500;
}


.logo_adiq {
    width: 161px;
    height: 50px;
 } 

 .logo_adiq img { 
    width: 161px;
    height: 50px;
 } 


}



/*Pag Title Start*/
.page-title {
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #222;
  margin: 30px 0;
  position: relative;
  padding-bottom: 12px;
}

.page-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0078ff;
  display: block;
  margin: 10px auto 0;
  border-radius: 3px;
}

/*Page Title Emd*/


p {
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    margin-top: 6px !important;
    margin-bottom: 20px !important;
}

h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
    margin-bottom: 6px !important;
    color: red !important;
}
h5 {
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-top: 16px !important;
    margin-bottom:6px !important;
    color: #000979 !important;
}


/*Contact */
.contact-section {
  width: 100%;
  padding: 50px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
  position: relative;
}

.section-title:after {
  content: "";
  width: 80px;
  height: 4px;
  background: #0078ff;
  display: block;
  margin: 12px auto 0;
  border-radius: 3px;
}

.contact-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.contact-info {
  flex: 1 1 40%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #0078ff;
}

.contact-info p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

.contact-info strong {
  color: #000;
}

.contact-form {
  flex: 1 1 55%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-top: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
}

.contact-form textarea {
  height: 140px;
  resize: none;
}

.contact-form button {
  width: 100%;
  padding: 14px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  background: #0078ff;
  border: none;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: .3s;
}

.contact-form button:hover {
  background: #005fcc;
}

/* Google Map */
.map-container {
  width: 100%;
  height: 350px;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .contact-wrapper {
    flex-direction: column;
  }
}



 
 
 /*FAQ Code Start*/

.faq-item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 18px 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  transition: 0.3s;
}

.faq-item:hover {
  border-color: #0078ff;
}

.question {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question span {
  font-size: 22px;
  color: #0078ff;
}

.answer {
  display: none;
  margin-top: 10px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.active .answer {
  display: block;
}


/*CAREER CODE START*/
.job-card {
  background:#fff;
  padding:30px;
  border-radius:10px;
  box-shadow:0 0 12px rgba(0,0,0,0.08);
  margin-top:30px;
}
.job-card h2 {
  font-size:28px;
  margin-bottom:10px;
  color:#0078ff;
}
.job-card p {
  font-size:17px;
  line-height:1.6;
  color:#333;
  margin-bottom:12px;
}
ul {
  padding-left:20px;
}
ul li {
  margin-bottom:8px;
  font-size:16px;
}
.apply-btn {
  display:inline-block;
  padding:12px 25px;
  background:#0078ff;
  color:#fff;
  font-size:18px;
  border-radius:6px;
  text-decoration:none;
  margin-top:15px;
}
.apply-btn:hover {
  background:#005fcc;
}
@media(max-width:768px){
  .page-title{font-size:30px;}
  .job-card h2{font-size:23px;}
}




/*TESTMONIALS CODE START */

.testimonials-section{
  width: 100%;
  text-align: center;
  padding: 50px 20px;
}

.testimonials-section h1{
  font-size: 36px;
  margin-bottom: 10px;
  color: #333;
}

.sub-title{
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

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

.testimonial-card{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 4px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

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

.testimonial-card img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.testimonial-card h3{
  font-size: 22px;
  color: #222;
  margin-bottom: 5px;
}

.testimonial-card h4{
  font-size: 15px;
  color: #888;
  margin-bottom: 15px;
}

.testimonial-card p{
  font-size: 15px;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.6;
}

.rating{
  font-size: 20px;
  color: #ffbc00;
}

/* Responsive Section */
@media (max-width: 992px){
  .testimonials-container{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px){
  .testimonials-container{
    grid-template-columns: 1fr;
  }
}





/*Advertise with us code*/
.hero{
  background: linear-gradient(135deg, #0057ff, #00c6ff);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}

.hero h1{
  font-size: 42px;
  margin-bottom: 15px;
}

.hero p{
  font-size: 18px;
  max-width: 750px;
  margin: auto;
  margin-bottom: 25px;
}

.cta-btn{
  padding: 14px 28px;
  color: #fff;
  background: #222;
  text-decoration: none;
  border-radius: 30px;
  font-size: 16px;
}

.benefits{
  padding: 60px 20px;
  text-align: center;
}

.benefits h2{
  font-size: 32px;
  margin-bottom: 40px;
}

.benefits-container{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.benefit-box{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.benefit-box h3{
  margin-bottom: 10px;
  color: #0057ff;
}

.benefit-box p{
  color: #555;
  font-size: 15px;
}

.pricing-section{
  padding: 60px 20px;
  text-align: center;
}

.pricing-section h2{
  font-size: 34px;
  margin-bottom: 45px;
}

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

.pricing-card{
  background: #fff;
  padding: 35px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.pricing-card.active{
  border: 2px solid #0057ff;
  transform: scale(1.05);
}

.pricing-card:hover{
  transform: translateY(-6px);
}

.pricing-card h3{
  color: #0057ff;
}

.pricing-card h4{
  font-size: 26px;
  margin: 15px 0;
}

.pricing-card ul{
  list-style: none;
  margin-bottom: 25px;
}

.pricing-card ul li{
  padding: 6px 0;
  font-size: 15px;
  color: #444;
}

.pricing-btn{
  text-decoration: none;
  background: #0057ff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
}

.cta-section{
  background: #111;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.cta-section h2{
  margin-bottom: 10px;
  font-size: 32px;
}

.cta-btn2{
  padding: 14px 30px;
  background: #00c6ff;
  color: #111;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .benefits-container{
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-container{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px){
  .hero h1{font-size: 32px;}
  .benefits-container,
  .pricing-container{
    grid-template-columns: 1fr;
  }
}

