﻿/* Background using your logo colors */
.section-bg {
   background: linear-gradient(135deg, #009cd9, #4d7887, #c4c8cb);
    border-radius: 15px;
}

/* Gradient Heading */
.gradient-text {
    background: linear-gradient(90deg,#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Paragraph */
p {
    font-size: 18px;
    line-height: 1.7;
}

/* Button */
.gradient-btn {
   background: linear-gradient(90deg, #2693d3, #e2e5e7);
    color: black;
    padding: 14px 30px;
    border:1px solid #014564;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 168, 232, 0.4);
    transition: all 0.3s ease;
}
.gradient-btn:hover {
    opacity: 0.95;
    transform: translateY(-3px);
    background: linear-gradient(to right, #c4e5f3, #a2b7d2);

     border:1px solid #014564;
}

/* Image Styling */
.main-img {
    max-width: 90%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.services-section {
    margin: 0px auto;
    padding: 0px;
    max-width: 900px;
    text-align: center;
}

/* Gradient Heading */
.services-section h1 {
    font-size: 2.5rem;
    font-weight:900;
    background: linear-gradient(90deg, #011f4b, #6497b1); /* gradient color */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

/* Paragraph Styling */
.services-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 500;
    color: #333;
}
/* Section Background */
.graphic-section {
  background: linear-gradient(135deg, #f0f8ff, #dbefff);
  border-radius: 15px;
  
 
  
}

/* Image */
.graphic-img {
  width: 90%;
  max-width: 600px;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}
.graphic-img:hover {
  transform: scale(1.05);
}

/* Heading */
.graphic-heading {
  font-size: 30px;
  font-weight: 800;
 background: linear-gradient(90deg, #125c78, #3dbdf6, #0b81b7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

/* Paragraph */
.graphic-para {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Subheading */
.graphic-subheading {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 12px;
  color: #014564;
}

/* List */
.graphic-list {
  list-style: none;
  padding-left: 0;
}
.graphic-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}
.graphic-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8e8;
  font-weight: bold;
}
.custom-testimonial-section {
  padding: 60px 0;
  background: #f9f9f9;
}
.custom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px; /* left-right padding */
}
.custom-section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.custom-testimonial-card {
  background: #222;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.custom-testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.custom-testimonial-content {
  flex: 1;
}
.custom-testimonial-content .custom-stars {
  color: #f4c430;
  font-size: 16px;
  margin-bottom: 8px;
}
.custom-testimonial-content p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.custom-testimonial-content h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color:white;
}
.custom-testimonial-content span {
  font-size: 13px;
  color: #bbb;
}

/* Arrows small & subtle */
.custom-next,
.custom-prev {
  width: 28px !important;
  height: 28px !important;
  background: #00000088;
  border-radius: 50%;
}
.custom-next::after,
.custom-prev::after {
  font-size: 14px !important;
  color: #fff;
}

.our-partners {
  text-align: center;
  padding: 50px 0;
}

.partners-heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
partners-title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.partners-title::before,
.partners-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px; /* line length */
  height: 2px;
  background: #333;
}

.partners-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.partner-item {
  flex: 0 0 23%; /* Desktop पर 4 logo */
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner-item img {
  max-height: 150px;   /* Logo बड़ा दिखे */
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.partner-item img:hover {
  transform: scale(1.05);
}

/*  Tablet responsive */
@media (max-width: 992px) {
  .partner-item {
    flex: 0 0 30%; /* Tablet पर 3 logo */
  }
  .partner-item img {
    max-height: 130px;
  }
}

/*  Mobile responsive */
@media (max-width: 600px) {
  .partner-item {
    flex: 0 0 45%; /* Mobile पर 2 logo */
  }
  .partner-item img {
    max-height: 110px;
  }
  
}
/*add services section */
/* Service Section */
.custom-service-section {
  position: relative;
 
  padding: 80px 0;
}





/* Title */
.custom-service-title h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

.custom-service-title h2 {
  font-size: 32px;
  margin-bottom: 25px;
  color: #43b5e9;
  font-weight: 700;
}

.custom-service-title p {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

/* Service Card */
.custom-service-card {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
  text-align: left;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  border: 3px solid #074799;
}

.custom-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(67, 181, 233, 0.6);
}

.custom-service-card img {
  width: 60px;
  margin-bottom: 20px;
  display: block;
}

.custom-service-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.custom-service-card p {
  font-size: 16px;
  color: #555;
  min-height: 80px;
}

/* Button */
.custom-service-btn {
  text-align: left;
  margin-top: 15px;
}

.custom-btn-more {
  display: inline-block;
  padding: 8px 18px;
  background: #43b5e9;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.custom-btn-more:hover {
  background: #2c9fd6;
}

/* ================= Responsive Design ================= */

/* Tablets */
@media (max-width: 991px) {
  .custom-service-title h2 {
    font-size: 26px;
  }
  .custom-service-card {
    padding: 25px 18px;
  }
  .custom-service-card h3 {
    font-size: 20px;
  }
  .custom-service-card p {
    font-size: 15px;
  }
}

/* Mobiles */
@media (max-width: 767px) {
  .custom-service-section {
    padding: 60px 15px;
  }
  .custom-service-title h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  .custom-service-title p {
    font-size: 15px;
    padding: 0 10px;
  }
  .custom-service-card {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center; /* center for better mobile look */
  }
  .custom-service-card img {
    margin: 0 auto 15px;
  }
  .custom-service-btn {
    text-align: center;
  }
}

/* Small Mobiles */
@media (max-width: 480px) {
  .custom-service-title h2 {
    font-size: 20px;
  }
  .custom-service-card h3 {
    font-size: 18px;
  }
  .custom-service-card p {
    font-size: 14px;
    min-height: auto;
  }
  .custom-btn-more {
    font-size: 13px;
    padding: 6px 15px;
  }
}
/*add a css  about-us section */
 about-us-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%; /* Adjust as needed for desktop */
}

.about-img-1 img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Makes the image cover full column */
 
}

.about-exp-badge {
  position: absolute;
  top: 40px;
  left: -20px;
  background: #ff3b3b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 18px;
  border-radius: 8px;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
 
}
.about-img-3 {
  position: absolute;
  bottom: 100px;
  right: -30px;
  width: 160px;
  
}

/* Floating Animation */
.floating {
  animation: floatUpDown 3s ease-in-out infinite;
}
.floating-delay {
  animation: floatUpDown 3s ease-in-out infinite;
  animation-delay: 1.5s;
}

@keyframes floatUpDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}
/*add section */
.quote-section {
  padding: 60px 0;
}

.quote-form {
  background: #fff;
  padding: 20px 30px;

}

.quote-form h5 {
  font-size: 30px;
  color: #333;
  font-weight: 600;
}

.quote-form h2 {
  font-size:40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #747070;
  border-radius: 6px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* ✅ shadow add */
  transition: all 0.3s ease; /* hover/focus ke liye smooth */
}

/* Optional: focus effect aur attractive banane ke liye */
.quote-form input:focus,
.quote-form textarea:focus {
  border-color: #43b5e9;
  box-shadow: 0 4px 10px rgba(67, 181, 233, 0.4);
}


.quote-form textarea {
  resize: none;
}

.captcha-text {
  font-size: 14px;
  margin-bottom: 8px;
  color: #555;
}


.btn-submit {
  background:#054F0B;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background: #d62828;
}

.quote-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Testimonial Card */
.custom-testimonial-card {
  display: flex;
  align-items: flex-start;   /* top se align ho */
  gap: 20px;                 /* image aur content ke beech space */
  background: #181818;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: 0.3s ease;
}

/* Hover effect (optional) */
.custom-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Image Styling */
.custom-testimonial-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%; /* circle image */
  object-fit: cover;
  border: 3px solid #43b5e9;
}

/* Content Side */
.custom-testimonial-content {
  flex: 1; /* remaining space le lega */
}

.custom-stars {
  color: #fbb034;  /* gold/yellow stars */
  font-size: 18px;
  margin-bottom: 8px;
}

.custom-testimonial-content p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.6;
}

.custom-testimonial-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #fff;
}

.custom-testimonial-content span {
  font-size: 14px;
  color: #fff;
}
