/*=============== GOVERMENT HUMAN TRUST CARE =================*/

.trust-section {
      padding: 60px 20px;
      color: #1a1a2e;
    }
    .trust-section .card {
      background: #fff;
      padding: 30px 20px;
      border-radius: 16px;
      border: 1px solid #eee;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      text-align: center;
      transition: all 0.3s ease;
    }
    .trust-section .card:hover {
      transform: translateY(-10px) scale(1.03);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }
    .trust-section .icon {
      font-size: 40px;
      color: #d32f2f;
      margin-bottom: 35px;
    }
    .trust-section h3 {
      font-size: 1.1rem;
      font-weight: 600;
      margin: 0;
      color: #1a1a2e;
    }
    .trust-section .quote {
      margin-top: 0px;
      font-style: italic;
      color: #444;
    }
    .trust-section .quote span {
      display: block;
      margin-top: 10px;
      font-weight: 600;
      color: #1a1a2e;
    }


    /* service group button css start  */
.theme-btn-outline {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--text-font);
  color: #fff !important;
  text-align: center;
  border-radius: 4px;
  padding: 7px 40px;
  border: 1px solid #ce1810;
  border-width: 1px;
  z-index: 1;
  transition: all 0.5s ease-in-out 0s;
  background: transparent;
}

.theme-btn-outline:hover:before {
  transform: scaleX(1);
}

.theme-btn-outline:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: -1;
  background: #bd0800;
  transition: all 500ms ease;
  color: white !important;
}

.service-btn-group{
  gap: 15px;
}

/* service group button css end  */
   


        /* Service Cards */
        .service-card-rot {
            background: #fff;
            border-radius: 15px;
            padding: 40px 20px;
            text-align: center;
            transition: all 0.4s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
            position: relative;
            overflow: hidden;
        }

        /* Hover Effect */
        .service-card-rot:hover {
            transform: translateY(-10px) scale(1.03);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        /* Icon Styling */
        .service-card .icon {
            font-size: 40px;
            margin-bottom: 15px;
            transition: transform 0.4s ease;
        }

        .service-card-rot:hover .icon {
            transform: rotate(10deg) scale(1.2);
        }

        /* Card Headings */
        .service-card-rot h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #333;
            line-height: 1.4;
        }

        /* Quote Styling */
        .quote {
            font-size: 1.1rem;
            margin-top: 30px;
            color: #444;
        }

    /*=============== TRANSFER A CRITICAL PATIENT  =================*/
    
 
.critical-transfer-img {
  padding: 60px 20px;
  background: #fff;
}

.transfer-left img {
  width: 100%;
  border-radius: 12px;
  max-height: 510px;
}

/* Availability list styles */
.availability h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
  color: #0c2d6b;
}

.availability ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.availability ul li {
  margin: 10px 0;
  font-size: 1rem;
  color: #222;
  padding-left: 28px;
  position: relative;
}

.availability ul li::before {
  content: "✔";
  left: 0;
  color: #d60909;
  font-weight: bold;
}



    /*=============== AIR CRAFT ICU =================*/

.aircraft-icu-section {
  padding: 70px 20px;
  background: #f9f9fb;
}

.section-title h2 {
  margin-bottom: 35px;
}

.features {
  margin-top: 25px;
  display: grid;
  gap: 15px;
}

.feature-card {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 12px 16px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.feature-card .icon {
  background: #e63946;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 0.9rem;
}

.feature-card p {
  margin: 0;
  font-size: 1rem;
  color: #222;
  font-weight: 500;
}

.image-box img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

/*===============WHO WE SERVE =================*/

.who-we-serve-modern {
  background: linear-gradient(135deg, #f0f7ff, #ffffff);
  position: relative;
  overflow: hidden;
}

/* Decorative Floating Shapes */
.who-we-serve-modern::before,
.who-we-serve-modern::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(10, 77, 140, 0.08);
  animation: float 8s ease-in-out infinite;
}
.who-we-serve-modern::before {
  width: 180px; height: 180px;
  top: -60px; left: -60px;
}
.who-we-serve-modern::after {
  width: 220px; height: 220px;
  bottom: -80px; right: -80px;
}

/* Cards */
.who-we-serve-modern .serve-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.who-we-serve-modern .serve-card::after {
  content: "";
  position: absolute;
  width: 0; height: 4px;
  left: 50%; bottom: 0;
  background: #0a4d8c;
  transition: all 0.35s ease;
}
.who-we-serve-modern .serve-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}
.who-we-serve-modern .serve-card:hover::after {
  width: 100%; left: 0;
}

/* Icon Circle */
.who-we-serve-modern .icon-circle {
  width: 70px; height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0a4d8c, #2a7fd3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  transition: all 0.4s ease;
}
.who-we-serve-modern .serve-card:hover .icon-circle {
  transform: rotate(15deg) scale(1.1);
  box-shadow: 0 0 20px rgba(10, 77, 140, 0.4);
}

/* Text */
.who-we-serve-modern h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0a4d8c;
}
.who-we-serve-modern p {
    
  font-size: 15px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Floating Animation */
@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(20px); }
}

/* Icon Circle - Light Red Gradient */
.who-we-serve-modern .icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbd5d5, #f87171); /* light red gradient */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  overflow: hidden;
}   
.who-we-serve-modern .icon-circle img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

/* Hover Effect - Darker Red Gradient */
.who-we-serve-modern .serve-card:hover .icon-circle {
  background: linear-gradient(135deg, #6cc4f3, #90b4ec); /* dark red gradient */
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(220, 38, 38, 0.4);
}
.who-we-serve-modern .serve-card:hover .icon-circle img {
  transform: scale(1.1);
}



/* ======================expertise section====================*/

.Global {
  background: #f9fafc;
  padding: 60px 0;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.expertise-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  text-align: center;
}

.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.expertise-card .card-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #ff4b4b, #ff7a7a);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  transition: all 0.3s ease;
}

.expertise-card:hover .card-icon {
  background: linear-gradient(135deg, #b00000, #ff1a1a);
}

.expertise-card .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.condition-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.condition-list li {
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.condition-list li i {
  color: #e60000;
  margin-right: 8px;
  font-size: 16px;
}




/* ================our global strength =================*/


/* Wrapper */
        .office-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            /* 4 per row on desktop */
            gap: 25px;
            padding: 60px 40px;
            background: #001246;
            /* deep navy */
        }

        /* Transparent card with border */
        .office-card {
            background: transparent;
            border: 2px solid rgba(198, 34, 34, 0.7);
            /* red */
            border-radius: 14px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            color: #e2e8f0;
        }

        /* Hover */
        .office-card:hover {
            border-color: #0f6fc7;
            /* blue hover */
            transform: translateY(-5px);
            box-shadow: 0 0 18px rgba(15, 111, 199, 0.4);
        }

        .office-card .icon {
            font-size: 28px;
            color: #0f6fc7;
            margin-bottom: 12px;
        }

        .office-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .office-card a {
            display: inline-block;
            font-size: 15px;
            font-weight: 600;
            color: #0f6fc7;
            margin-bottom: 8px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .office-card a:hover {
            color: #c62222;
        }

        .office-card p {
            font-size: 14px;
            color: #cbd5e1;
            line-height: 1.5;
            margin-top: 4px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .office-wrapper {
                grid-template-columns: repeat(2, 1fr);
                /* 2 per row on tablets */
            }
        }

        @media (max-width: 600px) {
            .office-wrapper {
                grid-template-columns: 1fr;
                /* 1 per row on mobile */
            }
        }

        * {
            box-sizing: border-box;
        }

        /* Wrapper */
        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            max-width: 1100px;
            margin: 70px auto;
            padding: 50px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
            font-family: "Segoe UI", Roboto, Arial, sans-serif;
            color: #1e293b;
        }

        /* Left side */
        .contact-info h2 {
            font-size: 32px;
            margin-bottom: 8px;
            color: #c62222;
            /* changed to red */
            font-weight: 700;
        }

        .contact-info .intro {
            font-size: 15px;
            color: #475569;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .contact-info hr {
            border: none;
            border-top: 2px solid #e2e8f0;
            margin: 15px 0 25px;
        }

        .info-block {
            margin-bottom: 24px;
            padding: 16px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            background: #fafafa;
            transition: all 0.3s ease;
        }

        .info-block:hover {
            background: #fef2f2;
            border-color: #c62222;
            /* red border hover */
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(198, 34, 34, 0.2);
            /* red shadow */
        }

        .info-block h3 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #c62222;
            /* red subheading */
            font-weight: 600;
        }

        .info-block p {
            margin: 6px 0;
            font-size: 15px;
            color: #334155;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .info-block .icon {
            font-size: 16px;
            color: #0f6fc7;
            /* keep blue for icons */
        }

        /* Right form */
        /* .contact-form {
            background: #f9fafb;
            padding: 30px;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .contact-form:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: #c62222;
        }

        .contact-form h3 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #c62222;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            margin-bottom: 18px;
        }

        .contact-form label {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 6px;
            color: #0f172a;
        }

        .contact-form input,
        .contact-form select {
            padding: 12px 14px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            font-size: 15px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .contact-form input:hover,
        .contact-form select:hover {
            border-color: #c62222;
        }

        .contact-form input:focus,
        .contact-form select:focus {
            border-color: #0f6fc7;
            box-shadow: 0 0 0 3px rgba(15, 111, 199, 0.2);
            outline: none;
        }

        .contact-form button {
            margin-top: 10px;
            padding: 14px;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .contact-form button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(198, 34, 34, 0.3);
        }

        @media (max-width: 900px) {
            .contact-wrapper {
                grid-template-columns: 1fr;
                padding: 30px 20px;
            }

            .contact-form {
                margin-top: 20px;
            }
        } */

        /* Wrapper */
        .office-wrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            /* 4 per row on desktop */
            gap: 25px;
            padding: 60px 40px;
            background: #001246;
            /* deep navy */
        }

        /* Transparent card with border */
        .office-card {
            background: transparent;
            border: 2px solid rgba(198, 34, 34, 0.7);
            /* red */
            border-radius: 14px;
            padding: 25px;
            text-align: center;
            transition: all 0.3s ease;
            color: #e2e8f0;
        }

        /* Hover */
        .office-card:hover {
            border-color: #0f6fc7;
            /* blue hover */
            transform: translateY(-5px);
            box-shadow: 0 0 18px rgba(15, 111, 199, 0.4);
        }

        .office-card .icon {
            font-size: 28px;
            color: #0f6fc7;
            margin-bottom: 12px;
        }

        .office-card h3 {
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .office-card a {
            display: inline-block;
            font-size: 15px;
            font-weight: 600;
            color: #0f6fc7;
            margin-bottom: 8px;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .office-card a:hover {
            color: #c62222;
        }

        .office-card p {
            font-size: 14px;
            color: #cbd5e1;
            line-height: 1.5;
            margin-top: 4px;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .office-wrapper {
                grid-template-columns: repeat(2, 1fr);
                /* 2 per row on tablets */
            }
        }

        @media (max-width: 600px) {
            .office-wrapper {
                grid-template-columns: 1fr;
                /* 1 per row on mobile */
            }
        }

        * {
            box-sizing: border-box;
        }

        /* Wrapper */
        .contact-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            max-width: 1100px;
            margin: 70px auto;
            padding: 50px;
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
            font-family: "Segoe UI", Roboto, Arial, sans-serif;
            color: #1e293b;
        }

        /* Left side */
        .contact-info h2 {
            font-size: 32px;
            margin-bottom: 8px;
            color: #c62222;
            /* changed to red */
            font-weight: 700;
        }

        .contact-info .intro {
            font-size: 15px;
            color: #475569;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .contact-info hr {
            border: none;
            border-top: 2px solid #e2e8f0;
            margin: 15px 0 15px;
        }

        .info-block {
            margin-bottom: 24px;
            padding: 16px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            background: #fafafa;
            transition: all 0.3s ease;
        }

        .info-block:hover {
            background: #fef2f2;
            border-color: #c62222;
            /* red border hover */
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(198, 34, 34, 0.2);
            /* red shadow */
        }

        .info-block h3 {
            font-size: 18px;
            margin-bottom: 8px;
            color: #c62222;
            /* red subheading */
            font-weight: 600;
        }

        .info-block p {
            margin: 6px 0;
            font-size: 15px;
            color: #334155;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .info-block .icon {
            font-size: 16px;
            color: #0f6fc7;
        }

        /* .contact-form {
            background: #f9fafb;
            padding: 30px;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            transition: all 0.3s ease;
        }

        .contact-form:hover {
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            border-color: #c62222;
        }

        .contact-form h3 {
            font-size: 20px;
            margin-bottom: 20px;
            color: #c62222;
        }

        .form-group {
            display: flex;
            flex-direction: column;
            margin-bottom: 18px;
        }

        .contact-form label {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 6px;
            color: #0f172a;
        }
        .contact-form textarea,
        .contact-form input,
        .contact-form select {
            padding: 12px 14px;
            border: 1px solid #cbd5e1;
            border-radius: 8px;
            font-size: 15px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .contact-form input:hover,
        .contact-form select:hover {
            border-color: #c62222;
        }

        .contact-form input:focus,
        .contact-form select:focus {
            border-color: #0f6fc7;
            box-shadow: 0 0 0 3px rgba(15, 111, 199, 0.2);
            outline: none;
        }

        .contact-form button {
            margin-top: 10px;
            padding: 14px;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .contact-form button:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 16px rgba(198, 34, 34, 0.3);
        } */

        /* Responsive */
        @media (max-width: 900px) {
            .contact-wrapper {
                grid-template-columns: 1fr;
                padding: 30px 20px;
            }

            .contact-form {
                margin-top: 20px;
            }
        }
        .condition-list {
    list-style: none;   /* Remove default bullets */
    padding-left: 0;    /* Remove default padding */
    margin: 0;
}

.condition-list li {
    display: flex;          /* Align icon and text */
    align-items: flex-start;/* Align icons to top of text */
    gap: 10px;              /* Space between icon and text */
    margin-bottom: 10px;
}

.condition-list li .condition-text {
    flex: 1;               /* Make text take remaining space */
}

/*===========OUR GLOBAL STRENTH==============*/
.content-box {
            /* background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            padding: 40px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
            height: 100%; */
        }

        .content-box:hover {
            transform: translateY(-5px);
        }


        .strength-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 40px;
        }

        .strength-item {
            background: white;
            border-radius: 10px;
            padding: 25px 20px;
            text-align: center;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            border-top: 4px solid var(--primary);
        }

        .strength-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }

        .strength-icon {
            width: 70px;
            height: 70px;
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.8rem;
        }

        .strength-title {
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .strength-desc {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.5;
        }

        .globe-icon {
            font-size: 2rem;
            color: var(--primary);
            margin-bottom: 20px;
            animation: rotate 20s linear infinite;
        }

        .strength-item:hover {
            /* Pick your highlight color */
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
        }




        @keyframes rotate {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }

        @media (max-width: 768px) {
            .global-strength-section {
                padding: 40px 0;
            }

            .content-box {
                padding: 25px;
            }

            .section-title {
                font-size: 1.8rem;
            }

            .countries-grid {
                grid-template-columns: repeat(3, 1fr);
            }

            .strength-grid {
                grid-template-columns: 1fr;
            }
        }



        /*=====================FAQ==========================*/

        /** faq-section **/

.faq-section{
  position: relative;
}

.image_block_two .image-box .image{
  position: relative;
  display: block;
  border-radius: 8px;
}

.image_block_two .image-box .image img{
  width: 100%;
  border-radius: 8px;
}

.image_block_two .image-box .experience-box{
  position: relative;
  display: flex;
  align-items: center;
  background: #09201C;
  border-radius: 8px;
  padding: 20px;
  gap: 25px;
}

.image_block_two .image-box .experience-box .year-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  width: 94px;
  height: 94px;
  border-radius: 4px;
  text-align: center;
}

.image_block_two .image-box .experience-box .year-box h2{
  font-size: 45px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 11px;
}

.image_block_two .image-box .experience-box .year-box h5{
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}

.image_block_two .image-box .experience-box h4{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
}

.image_block_two .image-box .image-shape .shape-1{
  position: absolute;
  left: 178px;
  top: 35px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

.image_block_two .image-box .image-shape .shape-2{
  position: absolute;
  right: 100px;
  bottom: 0px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
}

.image_block_two .image-box{
  position: relative;
  display: block;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.content_block_two .content-box .accordion-box .accordion{
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.10);
}

.content_block_two .content-box .accordion-box .accordion .acc-btn{
  position: relative;
  padding: 22px 50px 22px 0px;
  cursor: pointer;
}

.content_block_two .content-box .accordion-box .accordion .acc-btn h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
}

.content_block_two .content-box .accordion-box .accordion .acc-content{
  padding-bottom: 23px;
}

.content_block_two .content-box .accordion-box .accordion .acc-btn .icon-box{
  position: absolute;
  top: 31px;
  right: 0px;
  font-size: 12px;
  color: var(--title-color);
}

.content_block_two .content-box .accordion-box .accordion .acc-btn.active .icon-box i{
  opacity: 0;
}

.content_block_two .content-box .accordion-box .accordion .acc-btn .icon-box:before{
  position: absolute;
  content: '';
  background: #222;
  width: 12px;
  height: 2px;
  border-radius: 30px;
  top: 5px;
  right: 0px;
  opacity: 0;
}

.content_block_two .content-box .accordion-box .accordion .acc-btn.active .icon-box:before{
  opacity: 1;
}


/** faq-style-two **/

.faq-style-two{
  position: relative;
  overflow: hidden;
}

.faq-style-two .bg-layer:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.faq-style-two .content-box{
  position: relative;
  display: block;
}

.faq-style-two .content-box .support-box{
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #272727;
  border-radius: 20px 20px 30px 30px;
  border-bottom: 5px solid #7B0000;
  padding-top: 24px;
  overflow: hidden;
  max-width: 280px;
}

.faq-style-two .content-box .support-box h3{
  position: relative;
  display: block;
  background: #272727;
  padding: 21px 20px 20px 20px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 800;
}

.faq-style-two .content-box .support-box h3 a{
  display: inline-block;
  color: #fff;
}


.faq-style-two .content-box .support-box .text-box h4{
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 6px;
}

.faq-style-two .content-box .support-box h2{
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 26px;
}

.content_block_six .faq-content{
  position: relative;
  display: block;
}

.content_block_six .faq-content .accordion{
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
  border-top: solid;
  border-width: 5px;
  border-color: #7B0000;
  box-shadow: 0px -10px 60px 0px rgba(0, 0, 0, 0.06);
}

.content_block_six .faq-content .accordion:last-child{
  margin-bottom: 0px;
}

.content_block_six .faq-content .accordion .acc-btn{
  position: relative;
  padding: 20px 30px;
  padding-right: 50px;
  cursor: pointer;
}

.content_block_six .faq-content .accordion .acc-btn h4{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.content_block_six .faq-content .accordion .acc-btn .icon-box{
  position: absolute;
  top: 30px;
  right: 30px;
  transform: rotate(90deg);
  font-size: 12px;
  color: var(--title-color);
}

.content_block_six .faq-content .accordion .acc-btn.active .icon-box{
  transform: rotate(-90deg);
}

.content_block_six .faq-content .accordion .acc-content{
  position: relative;
  padding: 0px 40px 25px 30px;
}


/** faq-form **/

.faq-form{
  position: relative;
}

.faq-form .inner-container{
  position: relative;
  border-top: 1px solid #E5E5E5;
}

.faq-form .form-inner{
  position: relative;
  max-width: 850px;
  margin: 0 auto;
}


/** rtl-css **/

.rtl .content_block_two .content-box{
  margin-left: 0px;
  margin-right: 60px;
}

/** responsive-css **/

@media only screen and (max-width: 1400px){

}

@media only screen and (max-width: 991px){
  .content_block_two .content-box{
    margin-left: 0px;
    margin-top: 157px;
  }

  .rtl .content_block_two .content-box{
    margin-right: 0px;
  }

  .faq-style-two .content-box{
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px){
  .image_block_two .image-box .image{
    margin: 0px 0px 30px 0px;
  }

  .faq-section,
  .faq-style-two,
  .faq-form .inner-container{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/*=======================Let’s Make This Easier ========================*/
.help-services {
  padding: 80px 0;
  background: #f9fafc;
  font-family: "Segoe UI", sans-serif;
}

.help-services .header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 50px;
}

.help-services .header h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0a2d57;
}

.help-services .header h2 span {
  color: #0077b6;
}

.help-services .header p {
  font-size: 16px;
  color: #555;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* .service-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #0077b6;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.service-card .icon {
  font-size: 34px;
  margin-bottom: 12px;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #0a2d57;
}

.service-card p {
  font-size: 14px;
  color: #666;
} */

.cta {
  text-align: center;
  margin-top: 40px;
}

.btn-main {
  display: inline-block;
  padding: 14px 36px;
  background: #0077b6;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-main:hover {
  background: #005f87;
  transform: translateY(-2px);
}


/* Service Card */
.service-card-rotary {
    background-color: #fff;
    border: 1px solid #e0e6f5;
    border-radius: 16px;
    text-align: center;
    padding: 2rem 1.5rem;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}


/* Top Border Animation */
.service-card-rotary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: #CE1810;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transition: width 0.3s ease;
}

.service-card-rotary:hover::before {
    width: 100%;
}

/* Hover Elevation */
.service-card-rotary:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

/* Icons */
.service-card-rotary .icon {
    font-size: 2.5rem;
    color: #CE1810;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.service-card-rotary:hover .icon {
    transform: scale(1.2);
}

/* Headings */
.service-card-rotary h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #1e2a38;
}

/* Paragraph */
.service-card-rotary p {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 0;
}