/* styles.css */
:root {
    --primaryColor: #ff901d;
    --softColor: #fedddd;
    --whiteColor: #f5f5f5;
    --blackColor:#222;
}
/* Reset some default browser styles */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Times New Roman', Times, serif;
}
.navi-section{
    height: 80px;
}

header{
    height: 100%;
    position: relative;
    top: 0; 
    width: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    background : #000;
    object-fit: cover;
    background-size: cover;
}
header .logo{
    position: relative;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    float: left;
}
header .navigation a{
    color: #fff;
    text-decoration: none; 
    font-size: 25px !important;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 2px 15px;
    border-radius: 20px;
    transition: 0.3s;
    transition-property: background;
}
header .navigation a:not(:last-child){
    margin-right: 1px;
}
.logo-ling img{
    position: absolute;                             /* Position the logo absolutely */
    top: 50%;                                       /* Align the top of the logo to the middle of the navigation bar */
    left: 10px;                                     /* Adjust the left position of the logo */
    transform: translateY(-50%);                    /* Adjust to vertically center the logo */
    width: auto;                                    /* Allow the logo to adjust its width */
    height: 60px;                                   /* Set the desired height of the logo */
}
.header a.logo-link {
    position: absolute;                             /* Position the logo link absolutely */
    top: 50%;                                       /* Align the top of the logo link to the middle of the navigation bar */
    left: 10px;                                     /* Adjust the left position of the logo link */
    transform: translateY(-50%);                    /* Adjust to vertically center the logo link */
    text-decoration: none;                          /* Remove underline from the logo link */
    color: inherit;                                 /* Inherit text color from parent */
}

header .navigation a:hover,
header .navigation .logo-link:hover img {
    filter: drop-shadow(0 0 5px rgba(85, 146, 255, 0.5))
            drop-shadow(0 0 10px rgba(85, 146, 255, 0.5))
            drop-shadow(0 0 20px rgba(85, 146, 255, 0.5))
            drop-shadow(0 0 30px rgba(85, 146, 255, 0.5));
}
header .navigation a:hover,
header .navigation .logo-link:hover img {
    text-shadow: 0 0 5px rgba(85, 146, 255, 0.5), /* Lighter shadow */
                 0 0 10px rgba(85, 146, 255, 0.5), /* Medium shadow */
                 0 0 20px rgba(85, 146, 255, 0.5), /* Stronger shadow */
                 0 0 30px rgba(85, 146, 255, 0.5); /* Even stronger shadow */
}
label{
    display: none;
}
#check{
    z-index: 3;
    display: none;
}
.logo{
    float: inline-start;
}
/*responsive styles */
@media(max-width: 960px){
    header .navigation{
        display: none;
    }
    label{
        display: block;
        font-size: 25px;
        cursor: pointer;
        transition: 0.3s;
        transition-property: color;
    }
    label:hover{
        color: #fff;
    }
    label .close-btn{
        display: none;
    }
    #check:checked ~ header .navigation{
        z-index: 2;
        position: fixed;
        background: #fff;
        color: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 165px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
    }
    #check:checked ~ header .navigation a{
        font-weight: 700;
        margin-right: 0;
        margin-bottom: 50px;
        letter-spacing: 2px;
        color: #000;
    }
    #check:checked ~ header label .menu-btn{
        display: none;
    }
    #check:checked ~ header label .close-btn{
        z-index: 2;
        display: block;
        color: #fff;
        left: 618px;
    }
    label .menu-btn{
        color: #fff;
        left: 617px;
      top: 16px;
    }
    header .logo{
        position: absolute;
        bottom: -6px;
        float: left;
    }
}


.banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    padding: 250px 0 140px;
    min-height: 72px;
}
.banner::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -1px;
    bottom: 0;
    background: linear-gradient(120deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 5%, rgba(0,0,0,0) 100%)!important;
}
.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(90deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,.5) 35%, rgba(0,0,0,0) 100%)!important; */
    /* background:radial-gradient(cyan 0%, transparent 0%, rgb(154, 235, 246) 137%); */
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * 50);
    margin-right: calc(var(--bs-gutter-x)/  50);
    margin-left: calc(var(--bs-gutter-x)/  50);
}
.banner-breadcrumb {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 32px;
    background-color: rgba(137, 132, 132, 0.951);
    border-radius: 30px;
}
.breadcrumb {
    padding: 11px 55px;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 14px;
}
.tp-block-content .block-title {
    font-size: 65px;
}
.tp-block-content .block-title {
    color: #fff;
    word-break: inherit;
    font-size: 39px;
}
.tp-block-content .block-title {
    margin: 0 0 28px;
    word-break: break-all;
}
h1 {
    font-size: 48px;
    line-height: 60px;
}
div[class*=col-] {
    position: relative;
}
.col-lg-7 {
    flex: 0 0 auto;
    width: 109.3333333333%;
    z-index: 5;
}
/* .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
} */
.container{
    margin-left: 40px;
}

.faq{
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 3%;
    border-radius: 30px;
    min-height: 30px;
    color: black;
}
.faq-title{
    margin-top: 50px;
    align-items: center;
    font-size: 48px;
    letter-spacing: 1.5;
}
.faq-description{
    font-size: 14px;
    letter-spacing: 1;
    text-align: center;
}
.search{
    width: 60%;
    height: 50px;
    background-color: var(--whiteColor);
    margin-top: 5%;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
}
.search input {
    width: 80%;
    height: 100%;
    padding: 1% 3%;
    background: transparent;
    border: none;
}
.search button {
    width: 20%;
    min-width: 100px;
    height: 100%;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border: none;
    border-radius: 30px;
    cursor: pointer;
}
.search button:hover {
    background-color: var(--blackColor);
}
/* <!--faq accordian--> */
.faq-one{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 3%;
}
.faq-one-name{
    float: 0.5;
    padding: 2% 2% 0 0;
}
.faq-one-faq{
    padding: 5% 0 0 0;
    font-size: 40px;
    letter-spacing: 2;
}
.faq-one-img{
    width: 100%;
    max-width: 400px;
}
.faq-two-img{
    width: 100%;
    max-width: 400px;
}
.faq-one-box{
    flex: 1;
    min-width: 320px;
    padding: 2% 0 4% 4%;
    border-left: 2px solid var(--primaryColor);
}
.faq-one-wrapper{
    width: 100%;
    padding: 1.5rem;
    border-bottom: 1px solid var(--blackColor);
}
.faq-one-title {
    display: block;
    position: relative;
    width: 100%;
    letter-spacing: 1.2;
    font-size: 24px;
    font-weight: 600;
    color: var(--primaryColor);
}

/*creating arrow*/
.faq-one-title::after{
    width: 10px;
    height: 10px;
    content: "";
    float: right;
    border-style: solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    transition: 0.4s ease-in-out;
}
.faq-one-detail{
    line-height: 1.5;
    letter-spacing: 1;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    font-size: 14px;
}
.faq-one-trigger{
    display: none;
}
.faq-one-trigger:checked + .faq-one-title + .faq-one-detail{
    max-height: 300px;
}
.faq-one-trigger:checked + .faq-one-title::after {
    transform: rotate(-45deg);
    transition: 0.4s ease-in-out;
}

/* mobile view */
@media screen and(max-width:680px) {
    .search{
        width: 100%;
    }
    .faq-one-title{
        font-size: 20px;
    }
    
}
@media screen and(min-width:369px) {
    .search{
        width: 100%;
    }
    .faq-one-title{
        font-size: 20px;
    }
    
}


/* Custom footer CSS */
a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
  }
  .pg-footer {
    font-family: 'Roboto', sans-serif;
  }
  
  
  .footer {
      background-color: #476f70fd; 
      color: #fff;
  }
  .footer-wave-svg {
      background-color: transparent;
      display: block;
      height: 30px;
      position: relative;
      top: -1px;
      width: 100%;
  }
  .footer-wave-path {
      fill: #fffff2;
  }
  
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: -1px 0px 300px !important;
      /* position: relative; */
      font-size: 17px;
      justify-content: space-around;
  }
  
  .footer-content-column {
      box-sizing: border-box;
      float: left;
      padding-left: 21px;
      padding-right: 82px;
      width: 100%;
      color: #fff;
   
  }
  .footer-logo-link img{
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 200px;
    width: 400px
  
  }
  .footer-logo p{
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
    padding-right: 190px;
    width: 380px;
    font-size: 14px;
    text-align: justify;
    
  }
  .footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  
  }
  .footer-logo-link {
      display: inline-block;
  }
  .footer-menu {
      margin-top: 30px;
  }
  
  .footer-menu-name {
      color: #fffff2;
      font-size: 25px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  /* .footer-menu-name:hover{
    color: #0c08e7;
  } */
  .footer-menu-list {
      list-style: none;
      margin-bottom: 0;
      margin-top: 0px;
      padding-left: 0;
  }
  .footer-menu-list li  a{
    font-size: 17px;
  
  }
  .footer-menu-list li {
      margin-top: 5px;
      font-size: 30px;
      margin-bottom: -12px;
  }
  .footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
  
  .footer-call-to-action-description {
      color: #fffff2;
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .footer-call-to-action-button:hover {
      background-color: #fffff2;
      color: #00bef0;
  }
  .button:last-of-type {
      margin-right: 0;
  }
  .footer-call-to-action-button {
      background-color: #027b9a;
      border-radius: 21px;
      color: #fffff2;
      display: inline-block;
      font-size: 16px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      padding: 12px 30px;
      margin: 0 10px 10px 0;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s;
      cursor: pointer;
      position: relative;
  }
  .footer-call-to-action {
      margin-top: 30px;
  }
  .footer-call-to-action-title {
      color: #fffff2;
      font-size: 20px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-call-to-action-link-wrapper {
      margin-bottom: 0;
      margin-top: 10px;
      color: #fff;
      text-decoration: none;
  }
  .footer-call-to-action-link-wrapper a {
      color: #fff;
      text-decoration: none;
  }
  
  
  
  
  
  .footer-social-links {
      bottom: 0;
      height: 54px;
      position: absolute;
      right: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-svg {
      height: 54px;
      left: 0;
      display: block;
      position: absolute;
      top: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-path {
      fill: #027b9a;
  }
  
  .footer-social-link.linkedin {
      height: 26px;
      left: 10px;
      top: 18px;
      width: 26px;
  }
  
  .footer-social-link {
      display: block;
      /* padding: 10px; */
      position: absolute;
  }
  
  .hidden-link-text {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px,1px,1px,1px);
      -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
      clip-path: inset(0px 0px 99.9% 99.9%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0;
      top: 50%;
  }
  
  .footer-social-icon-svg {
      display: block;
  }
  
  .footer-social-icon-path {
      fill: #fffff2;
      transition: fill .2s;
  }
  
  .footer-social-link.twitter {
      height: 28px;
      left: 72px;
      top: 14px;
      width: 35px;
  }
  .footer-social-link.facebook {
      height: 48px;
      left: 133px;
      top: 20px;
      width: 24px;
  }
  
  .footer-social-link.insta {
      height: 34px;
      left: 186px;
      top: 22px;
      width: 39px;
  }
  
  .footer-copyright {
      background-color: #027b9a;
      color: #fff;
      padding: 15px 30px;
    text-align: center;
  }
  
  .footer-copyright-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
  }
  
  .footer-copyright-text {
    color: #fff;
      font-size: 15px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
  }
  
  .footer-copyright-link {
      color: #fff;
      text-decoration: none;
  }
  .footer-content-column ul li a:hover{
    color: #000;
  }
  .footer-call-to-action-link-wrapper :hover{
    color: #000;
  }
  
  
  
  
  
  
  
  
  /* Media Query For different screens */
  @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 0px 0px 231px !important;
      position: relative;
    }
    /* Pranav */
    .footer-content-column {
        /* box-sizing: border-box; */
        float: none !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        width: 100%;
        color: #fff;
      }
      .footer-logo p {
        box-sizing: none !important;
        float: none !important;
        padding-left: none !important;
        padding-right: none !important;
        width: 380px !important;
        font-size: 16px !important;
        text-align: center !important;
      }
      .footer{
          width: 100%;
          color: #fff;
          margin: 0 auto;
          justify-content: center;
          display: grid;
          text-align: center;
      }
      .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 0px 0px 0px !important;
        position: relative;
        font-size: 17px;
        justify-content: space-around;
      }
      .footer-logo-link img {
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0;
        width: 220px;
      }
      .footer-logo p {
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
        text-align: justify;
        display: grid;
        margin: 0 auto;
      }
      .footer-social-links {
        bottom: 0;
        height: 54px;
        position: relative;
        right: 0;
        width: 236px;
      }
      .whatsapp-button {
        position: fixed;
        bottom: 90px;
        right: 214px;
      }
      
      #scrollUp {
        font-size: 20px;
        color: #fff !important;
        background: #ff7038 ;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 5px;
        position: fixed;
        right: 225px;
        bottom: 30px;
        z-index: 99;
        cursor: pointer;
      }
      .footer-copyright{
        float: inline-end;
      }
      .footer-social-link.twitter {
        height: 28px;
        left: 67px;
        top: 16px;
        width: 35px;
      }
      .footer-social-link.insta {
        height: 34px;
        left: 180px;
        top: 22px;
        width: 39px;
      }
  }
  @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
  
  }
  @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  
  }
  @media (min-width:1281px) { /* hi-res laptops and desktops */
  
  }
  
  
  
  
  @media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 0px 0px 359px;
        position: relative;
    }
  
    .footer-wave-svg {
        height: 50px;
    }
  
    .footer-content-column {
        width: 24.99%;
    }
  }
  @media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
  }
  
  #scrollUp {
    font-size: 20px;
    color: #fff !important;
    background: #ff7038 ;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    right: 30px;
    bottom: 88px;
    z-index: 99;
    cursor: pointer;
  }
  a:link, a:visited, a:focus {
    text-decoration: none;
    outline: 0;
  }
  .fas {
    font-weight: 900;
  }
  .fas {
    font-family: "Font Awesome 5 Free";
  }
  .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .whatsapp-button {
    position: fixed;
    bottom: 150px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
    z-index: 9999;
    background-color: green; /* WhatsApp green color, you can change it */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }
  
  .whatsapp-button:hover {
    background-color: #25d366; /* WhatsApp green color on hover */
  }
  
  .whatsapp-button img {
    width: 40px; /* Adjust icon size */
    height: auto;
  }
  