/*!
Theme Name: Reliable Health Care
Theme URI: https://hireikonic.com/
Author: Ikonic Dev
Author URI: https://hireikonic.com/
Description: Our certified medical coders and billers help healthcare organizations recover Aged Receivables and resolve insurance Claim Denials, as well.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reliable-health-care
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*
*
*/



/* ======================================== Footer Translation =================================== */
.custom-gt-footer .gt_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #1d1e2c; 
  color: #ffffff; 
  padding: 10px 16px;
  border-radius: 12px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.custom-gt-footer .gt_link:hover {
  background-color: #2a2b3c;
}

.custom-gt-footer .gt_flag {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  flex-shrink: 0;
}

.custom-gt-footer .gt_lang {
  white-space: nowrap;
}

.custom-gt-footer .gt_dropdown_icon {
  margin-left: auto;
  font-size: 14px;
  opacity: 0.6;
}

.gt_switcher.notranslate {
    background-color: #1A1B25;
    padding: 8px 10px;
    border: 1px solid #272835;
    border-radius: 10px;
}
.gt_container-17an1p .gt_switcher .gt_selected {
    background: transparent !important;
}
.gt_container-17an1p .gt_switcher .gt_selected a {
    border: none !important;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.32px;
    padding: 0;
    width: auto;
    display: flex;
    gap: 10px;
    align-items: center;
}
.gt_container-17an1p .gt_switcher a img
 {
    width: 20px !important;
    height: 20px !important;
    opacity: 1 !important;
}
.gt_switcher .gt_selected a:hover {
    background: transparent !important;
}
.gt_switcher .gt_selected {
    background: none !important;
}
.gt_switcher .gt_option {
background-color: transparent !important;
}

.gt_container-r1esjz .gt_switcher .gt_selected a {
  /* border: 1px solid #161616; */
  color: #f7f7f7;
  padding: 3px 5px;
  width: 161px;
}
/* ==================================== Footer translation end ======================================= */



/* Import Satoshi Font */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/satoshi/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* Import Outfit Font */
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/outfit/Outfit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Global Styles */
:root {
  /* Primary Colors */
  --primary: #1F235B; /* Main Accent Color (Buttons, Headings, Sections) */
  --secondary: #475467; /* Secondary Text / List Items */
  --success: #47CD89; /* Success States (Buttons, Alerts) */
  
  /* Neutral & Supporting Colors */
  --dark: #000000; /* Main Text */
  --muted: #667085; /* Muted Text / Paragraphs */
  --soft: #F2F4F7; /* Light Sections, Cards, Background */
  --highlight: #ABEFC6; /* Highlighted Text */
  --border: #C7D7FE; /* Input Borders, Placeholder */
  
 
}

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

a{
  text-decoration: none;
}

body {
  background-color: #ffffff;
  color: var(--dark);
}


/* Utilities */
.text-primary {
  color: var(--primary);
}

.text-secondary {
  color: var(--secondary);
}

.text-muted {
  color: var(--muted);
}

.text-highlight {
  color: var(--highlight);
}

.text-dark {
  color: var(--dark);
}

.text-success {
  color: var(--success);
}

/* Background & Borders */
.bg-primary {
  background-color: var(--primary);
}

.bg-soft {
  background-color: var(--soft);
}

.border {
  border: 1px solid var(--border);
}

/* Buttons */
.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.btn-primary {
  background-color: var(--primary);
  color: white;
}

.btn-success {
  background-color: var(--success);
  color: white;
}

/* Input */
input {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 6px;
	
}

input::placeholder {
  color: var(--border);
}



.main-home{
  font-family: 'Satoshi', sans-serif;
}
  
.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}










/* ================================================ Start header =================================================  */
.landing-site-header {
    margin: 16px 16px 12px 16px;
  }

.landing-page-container {
    max-width: 1408px;
      width: 100%;
      margin: 0 auto;
      padding: 25px 32px;
    border-radius: 20px;
    background: white;
	 box-shadow: 0px 4px 8px -1px rgba(13, 13, 18, 0.02);
  }
  
  .landing-header-logo-menu {
    display: flex;
    justify-content: space-between;
    gap: 56px;
    align-items: center;
  }
  
  .main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  
  .nav-menu {
    display: flex;
    gap: 24px;
    list-style: none;
  }
  
  .nav-menu li{
    padding: 8px;
  }

  .nav-menu li a {
    color: #0D0D12;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    font-family: 'Inter';
    border-radius: 6px;
  }

  .nav-menu li a:hover{
    color: #0D0D12;
  }
  
  .nav-actions {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  
  .contact-link {
    color: #475467;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 10px;
    border-radius: 8px;
    font-family: 'Inter';
  }
  
  .call-now-btn {
    background-color: #101828;
    border: 1px solid #101828;
    color: white;
    padding: 12px 18px;
    border-radius: 9999px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: 'Inter';
  }
  
  .landing-header-logo-menu-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 56px;
}


/* Above 992px */

  @media (min-width: 992px){
    .menu-btn,
    .header__nav-mobile{
        display: none;
    }
  }

  
  @media (max-width: 991px) {
    .container {
      flex-direction: row;
      justify-content: space-between;
    }

    .header__nav-desktop{
        display: none;
    }
  
    .hamburger {
      display: flex;
    }
  
    .main-nav {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: white;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      padding: 20px;
      display: none;
    }
  
    .main-nav.active {
      display: flex;
    }
  
    .nav-menu {
      flex-direction: column;
      width: 100%;
      gap: 0px;
    }
  
    .nav-actions {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px;
      
    }

    #contact-contactbtn{
        display: none;
    }

    .header__nav-mobile {
        display: contents;
    }

    .nav-menu li a,
    .contact-link{
        font-size: 24px;
    }
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .landing-header-logo-menu{
        gap: 10px;
    }
    .nav-menu{
        gap: 5px;
    }
  }


/* Hamburger Menu */
.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:2;
	overflow: hidden;
}

.menu-btn .bar {
	width: 30px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
  border-radius: 4px;
	transform: translate(-50%, -50%);
	background-color: #000;
	transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
	top: calc(50% - 9px);
}
.menu-btn .bar:nth-of-type(3) {
	top: calc(50% + 9px);
}


.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}
.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}


.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 100px 20px 0 20px;
 	background: #fff;
	transform: translateX(100%);
	transition: transform 0.5s; 
	z-index:1;
}

.nav.active {
	transform: translateX(0);
}

.nav .nav__list_item {
	list-style-type: none;
}


  @media (max-width:767px) {
    nav#nav {
    display: none;
   } 
  }

/*=========================================== End Header! ==================================================  */




/* ========================================= Start Contact Form! ===========================================  */
.wpcf7 input[type="tel"], 
.wpcf7 input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 12px;
    box-shadow: 0px 0px 0px 1px rgba(9, 25, 72, 0.13), 0px 1px 2px 0px rgba(18, 55, 105, 0.08);
    outline: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; 
	color: black !important;
}

.wpcf7 form.invalid .wpcf7-response-output{
	color: black !important;
}

/* ======================================== End Contact Form! ==============================================  */







/* ========== about  */
.about-section{
  padding: 140px 0;
  background-color: white;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.about-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 98px;

  

  .about-content{
    padding-block: 35px;
    max-width: 487px;

    .btn-about{
      padding: 6px 16px;
      background: #001B5F;
      color: white;
      font-size: 14px;
      font-weight: 700;
      border-radius: 4px;
      text-transform: uppercase;
      line-height: 100%;
      letter-spacing: 1.4px;
      font-family: 'Satoshi';
    }

    h2{
      font-size: 48px;
      font-weight: 700;
      line-height: 58px;
      letter-spacing: -0.67px;
      color: black;
      margin-top: 14px;
      margin-bottom: 24px;
      font-family: 'Satoshi';
    }
    p{
      font-size: 18px;
      line-height: 28px;
      color: #000;
      font-weight: 500;
      margin-bottom: 16px;
      font-family: 'Satoshi';
      letter-spacing: 0px;
    }
    .about-lists div{
      display: flex;
      align-items: start;
      gap: 27px;
  

      div i{
        font-size: 24px;
        color: #00CC61;
      }
      p{
        font-size: 18px;
        line-height: 28px;
        color: #000;
        font-weight: 500;
        letter-spacing: 0.2px;
        font-family: 'Satoshi';
      }
    }
    
  }
  .about-image{
    background-color: #F4F4F4;
    border-radius: 12px;
    padding: 48px 48px;


    img{
      max-width: 420px;
      height: auto;
      border-radius: 10px;
    }
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding: 50px 20px;
  }
  .about-container{
    display: block;
  }
  .about-image img{
    width: 100%;
  }
  .about-content h2{
    font-size: 30px !important;
    line-height: 30px !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .about-container{
    display: block;
    padding: 50px 30px;
  }
  .about-content{
    max-width: 100% !important;
  }
  .about-image img{
    max-width: 100% !important;
  }
  .about-section{
    padding: 50px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .about-section{
    padding: 70px;
  }

  .about-container{
    flex-direction: column;
  }

  .about-content,
  .about-image img{
    max-width: 100% !important;
  }
}
/* ========== Real Life Result Section ===========  */

.real-life-results-section {
  background-color: var(--primary);
  color: #fff;
  padding: 93px 150px;
  margin-bottom: 140px;
}

.real-life-results-container {
  max-width: 1140px;
  margin: 0 auto;
}

.real-life-results-section h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: -0.67px;
  font-family: 'Satoshi';
  margin-bottom: 12px;
}

.real-life-results-subheading {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: 'Satoshi';
  margin-bottom: 72px;
}

.real-life-results-card {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #FFFFFF33;
  padding: 68px 0;
}

.real-life-results-figure {
  width: 228px;
}

.real-life-results-text {
  width: 749px;
}


.real-life-results-figure .real-life-results-amount {
  font-size: 72px;
  font-weight: 700;
  color: #ABEFC6;
  line-height: 74px;
  letter-spacing: -1px;
  display: block;
  font-family: 'Satoshi';
  margin-bottom: 24px;
}

.real-life-results-figure .real-life-results-label {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0px;
  font-family: 'Satoshi';
}

.real-life-results-text p {
  margin-bottom: 32px;
    line-height: 42px;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.44px;
    color: #fff;
    font-family: 'Satoshi';
}

.real-life-results-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.real-life-results-profile strong{
  font-size: 16px;
  color: #fff;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: 'Satoshi';
}



.real-life-results-profile div span {
  font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0px;
}

@media only screen and (max-width: 767px){
  .real-life-results-section {
    padding: 30px 20px;
    margin-bottom: 50px;
}
.real-life-results-card{
  display: block;
  padding: 30px 0;
}
.real-life-results-section h2{
  font-size: 30px;
  line-height: 30px;
}
.real-life-results-subheading{
  margin-bottom: 30px;
}
.real-life-results-figure .real-life-results-amount{
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 10px;
}
.real-life-results-text p{
  line-height: 25px;
  font-size: 20px;
  margin-top: 32px;
}

.real-life-results-figure {
  width: 100%;
}

.real-life-results-text {
  width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px){
  .real-life-results-section{
    padding: 50px 30px;
    margin-bottom: 50px;
  }
  .real-life-results-card{
    padding: 20px 0;
    display: block;
  }

  .real-life-results-figure {
    width: 100%;
  }
  
  .real-life-results-text {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .real-life-results-section{
    padding: 70px;
  }

  .real-life-results-figure,
  .real-life-results-text{
    width: 100%;
  }

  .real-life-results-card{
    flex-direction: column;
  }
}
/* ========== End Result Section ===========  */








/* Start Efficient And Accurate Medical Coding Solutions */
.coding-solutions {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  margin-bottom: 140px;
}

.coding-solutions h1 {
  text-align: center;
    color: #000000;
    font-size: 48px;
    margin-bottom: 48px !important;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.67px;
    font-family: 'Satoshi';
    width: 60%;
    margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  gap: 24px;
  margin-bottom: 3rem;
}

.service-card {
  background: #F2F4F7;
  padding: 42px 60px 60px 24px;
  border-radius: 20px;
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: flex-start;
/*     row-gap: 60px; */
}
.service-card h2 {
  color: #000000;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.67px;
    font-family: 'Satoshi';
}

.service-card p {
  color: #000000;
    line-height: 150%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.67px;
    font-family: 'Satoshi';
}

.view-detail-icon a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.focus-number {
  color: #344054;
  font-weight: 700;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: 'Satoshi';
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 16px 24px;
}

/* .service-card:hover {
  background-color: #1F235B;
} */

.service-card:hover svg path {
  fill: #47CD89 !important;
}

.service-card:hover .coding-solutions-text h2 {
  color: #fff;
}

.service-card:hover .coding-solutions-text p{
  color: #FFFFFF99;
}

.service-card:hover .view-detail-icon a {
  border: 1px solid #47CD89;
  background-color: #47CD89;
  color: #FFFFFF;
}

.service-card:hover .view-detail-icon img{
  filter: brightness(0) invert(1);
}

.coding-solutions-view-all-services {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.coding-solutions-view-all-services a {
  border: 1px solid #1F235B;
  padding: 16px 22px;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  color: #344054;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: 'Satoshi';
  display: flex;
    align-items: center;
    gap: 10px;
}



@media only screen and (max-width: 767px) {
  .coding-solutions{
     padding-left: 20px;
     padding-right: 20px;
     margin-bottom: 50px;
  }
  .coding-solutions h1{
    width: 100%;
  }
  .services-grid {
      grid-template-columns: 1fr;
  }
  .coding-solutions h1{
    font-size: 24px;
  }
  .service-card{
    row-gap: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .coding-solutions{
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .coding-solutions h1{
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .coding-solutions h1{
    width: 100%;
  }
}
/* End Efficient And Accurate Medical Coding Solutions */











/* ========= EHR Software Section ======== */
.ehr-section {
  padding: 85px 0;
  margin: 0 auto;
  background-color: #1F235B;
 
}


.ehr-heading {
    color: #000 !important;
    font-size: 48px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: -1.67px;
    text-align: center;
    font-family: 'Satoshi';
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 56px !important;
}


.software-grid {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.software-item-first-row,
.software-item-second-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.software-item-first-row {
  margin-bottom: 8px;
}
.software-item-second-row {
  margin-bottom: 48px;
}

.view-all-softwares {
  display: flex;
  justify-content: center;
  align-items: center;
}


  .view-all {
    border: 1px solid #FFFFFF33;
    border-radius: 12px;
    padding: 16px 22px;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    font-family: 'Satoshi';
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 767px){
  .ehr-section{
    padding: 30px 20px;
    margin-bottom: 50px !important;
  }
  .ehr-heading{
    width: 100%;
    font-size: 30px;
        line-height: 30px;
  }
/* 	.software-item-first-row, .software-item-second-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
} */
  .software-item-first-row, .software-item-second-row{
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .ehr-section{
    padding: 50px 30px;
    margin-bottom: 50px !important;
  }
  .ehr-heading{
    width: 100%;
  }
  /* .software-item-first-row, .software-item-second-row{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
  } */
  .soft-icon-1 img,
  .soft-icon-2 img,
  .soft-icon-3 img,
  .soft-icon-4 img,
  .soft-icon-5 img,
  .soft-icon-6 img,
  .soft-icon-7 img,
  .soft-icon-8 img,
  .soft-icon-9 img,
  .soft-icon-10 img{
    width: auto;
    height: 70px;
    object-fit: cover;
}
}

@media (min-width: 992px) and (max-width: 1199px){
  .ehr-section{
    padding: 70px;
  }

  .soft-icon-1 img,
  .soft-icon-2 img,
  .soft-icon-3 img,
  .soft-icon-4 img,
  .soft-icon-5 img,
  .soft-icon-6 img,
  .soft-icon-7 img,
  .soft-icon-8 img,
  .soft-icon-9 img,
  .soft-icon-10 img{
    width: auto;
    height: 90px;
    object-fit: cover;
}

.software-item-first-row, .software-item-second-row{
  justify-content: center;
}
}

/* ========= End EHR Software Section ======== */









/* ========== FAQ Section ============ */
.faq-section {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 124px !important;
}
.reliable-faq-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.reliable-faq-heading-text {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.reliable-faq-heading-text h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.67px;
  color: #000000;
  font-family: 'Satoshi';
  margin-bottom: 6px;
}
.reliable-faq-heading-text p {
  color: #475467;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0px;
  font-family: 'Inter';
  margin-bottom: 20px;
}
.reliable-faq-details-summary {

	max-width: 600px;
    height: 490px;
    margin: 0 auto;
}

.reliable-faq-content {
      max-width: 600px;
    max-height: 490px;
    margin: 0 auto;
}

details summary {
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: 'Satoshi';
	padding: 0px !important;
    cursor: pointer;
}

details p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #475467;
  font-family: 'Satoshi';	
  padding: 0px !important;
  padding-top: 16px !important;

}

details {
  	border-top: 1px solid #EAECF0;
	padding: 20px 0px;
    display: flex;
    flex-direction: column;

}
details:last-child {
  border-bottom: none;
}

details:first-child {
  border-top: none;
}

summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.control-icon-close {
  display: none;
}

details[open] .control-icon-close {
  display: initial;
  transition: .3s ease;
}

details[open] .control-icon-expand {
  display: none;
}

.still-have-question {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 64px !important;
}
.still-have-question-content {
  background-color: #F9FAFB;
  padding: 32px 32px 40px 32px;
  text-align: center;
  border-radius: 16px;
}
.still-have-question-avatar-image {
  margin-bottom: 32px;
}

.still-have-question-heading-text h3 {
  color: #101828;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0px;
  font-family: 'Inter';
}
.still-have-question-heading-text p {
  color: #475467;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
  font-family: 'Inter';
  margin-top: 8px;
  margin-bottom: 32px;
}
.still-have-question-button a {
  border: 1px solid #1F235B;
  background: #1F235B;
  padding: 16px 22px;
  color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: 'Satoshi';
  display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.still-have-question-button {
  display: flex;
  justify-content: center;
  align-items: center;
}



@media only screen and (max-width: 767px){
  .faq-section{
    margin-bottom: 50px !important;
  }
  .reliable-faq-content{
    padding-left: 20px;
    padding-right: 20px;
  }
  .reliable-faq-heading-text h2{
    font-size: 30px;
  }
  details summary{
/*     margin-top: 16px;
    margin-bottom: 16px; */
    font-size: 16px;
  }
  .still-have-question{
    margin-top: 40px !important;
  }
	
	.reliable-faq-details-summary{
		width: auto;
		height:auto;
	}
}

@media (min-width: 768px) and (max-width: 991px){
  .faq-section{
    margin-bottom: 50px !important;
  }
  .reliable-faq-details-summary{
    padding: 0px 30px;
  }
}
/* ========== End FAQ Section ========== */


















/* Want To Start Billing With Us */
.contact-section {
  max-width: 1440px;
    width: 100%;
    background: #1F235B;
}

.want-billing-content-image {
  display: flex;
  align-items: center;
  gap: 270px;
}

.contact-content {
  padding: 76px 0px 80px 100px;
  width: 50%;
  text-align: left;
}

.contact-content h2 {
  font-size: 64px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: -0.89px;
    font-family: 'Satoshi';
}

.contact-content .want-billing-description {
  font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-family: 'Satoshi';
    margin-top: 24px;
    margin-bottom: 24px;
}

.contact-info {
  display: flex;
  gap: 16px;
  align-items: center;
}

.contact-info a {
  background-color: #47CD89;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0px;
  color: #000000;
  font-family: 'Outfit';
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-details-image {
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: left;
}


.contact-details .name {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 150%;
  letter-spacing: 0px;
  font-family: 'Satoshi';
}

.contact-details .role {
  color: #C7D7FE;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0px;
  font-family: 'Satoshi';
}

.want-billing-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .want-billing-content-image{
    display: block;
  }
  .contact-content{
    width: 100%;
    padding: 30px 20px;
  }
  .contact-info{
    display: block;
  }
  .want-billing-image img{
    width: auto !important;
  }
  .contact-content h2{
    font-size: 30px;
    line-height: 30px;
  }
  .contact-details-image{
    margin-top: 30px;
  }
  .contact-info a{
    justify-content: center;
  }
  .want-billing-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
}
}
@media (min-width: 768px) and (max-width: 991px){
  .want-billing-content-image{
    display: block;
  }
  .contact-content{
    width: 100%;
    padding: 50px 30px;
  }
  .want-billing-image img{
    width: auto;
  }
  .want-billing-image {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px){
  .want-billing-content-image{
    flex-direction: column;
    gap: 100px;
  }

  .contact-content{
    padding: 70px;
    width: 100%;
  }
  .want-billing-image{
    margin-bottom: 100px;
  }
}
/* End Want To Start Billing With Us */

























/* ================================================== Footer Start ============================================================ */


.main-footer {

    background-color: #040B1F;

    padding: 80px 104px 56px 104px;

    max-width: 1408px;
/*     height: 645px; */
	
	margin: 0px 16px 12px 16px;
    border-radius: 28px;

}



.footer-container {

    max-width: 1200px;

    margin: 0 auto;

    width: 100%;

}



.footer-top-logo-social-icons {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 56px;

}



.footer-middle-links {

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

}



.footer-heading {

    color: #FFFFFF;

    margin-bottom: 16px;

    font-size: 18px;

    font-weight: 600;

    line-height: 150%;

    font-family: 'Inter';

    letter-spacing: -0.36px;

}



.footer-links a {

    color: #818898;

    font-size: 18px;

    font-weight: 400;

    line-height: 150%;

    letter-spacing: -0.36px;

    font-family: 'Inter';

    margin-bottom: 16px;

}



.footer-links {

    list-style: none;

    padding: 0;

}



.footer-links li {

    margin-bottom: 16px;

}



.copyright {

    margin-top: 56px;

    padding-top: 56px;

    border-top: 1px solid #272835;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.copyright p {

    color: #666D80;

    font-size: 16px;

    font-weight: 500;

    line-height: 150%;

    letter-spacing: -0.32px;

    font-family: 'Inter';

}



@media only screen and (max-width: 767px) {

    .main-footer{
      height: auto;
        padding: 50px 30px;

    }



    .footer-top-logo-social-icons{

        flex-direction: column;

        margin-bottom: 28px;

        gap: 20px;

    }
.footer-icon {
  transition: filter 0.3s ease;
}

.footer-icon:hover {
  filter: brightness(1.5); /* Increase brightness by 20% */
}




    .copyright{

        flex-direction: column;

        gap: 20px;

        margin-top: 28px;

        padding-top: 28px;

        text-align: center;

    }



    .footer-middle-links{

        grid-area: 20px;

    }

}


@media (min-width: 768px) and (max-width: 991px) {

    .main-footer{
      height: auto;
        padding: 50px 60px;

    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .main-footer{
      height: auto;
        padding: 50px 90px;

    } 

}



/* ======================================================== Footer End ============================================================== */

