/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"]}],"variableName":"inter"} ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Inter_f367f3';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Inter_Fallback_f367f3';src: local("Arial");ascent-override: 90.49%;descent-override: 22.56%;line-gap-override: 0.00%;size-adjust: 107.06%
}.__className_f367f3 {font-family: '__Inter_f367f3', '__Inter_Fallback_f367f3';font-style: normal
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/components/additional-css/Navbar.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
/* src/Navbar.css */
.navbar {
  background-color: #c5def3;
  overflow: hidden;
}

.navbar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.navbar-item {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
}

.navbar-item:hover {
  background-color: #ddd;
  color: black;
}

.subnavbar {
  width: 100%;
  background-color: #f8f6f6;
  overflow: hidden;
}

.subnavbar-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.subnavbar-item {
  float: left;
  display: block;
  color: #0a0b0c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.subnavbar-item:hover {
  background-color: #ddd;
  color: black;
}

.subnavbar-item-blog {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}
.subnavbar-item-blog:hover {
  background-color: #fff;
  color: black;
}

.subnavbar-item-blog a {
  color: #2a2a2a;
}
.subnavbar-item-blog a:hover {
  color: #fe3f40 !important;
}

.subnavbar-item-Offer {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.subnavbar-item-Offer:hover {
  background-color: #fff;
  color: #000;
}

.subnavbar-item-Offer a {
  color: #2a2a2a;
}
.subnavbar-item-Offer a:hover {
  color: #fe3f40 !important;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* Testimonials CSS */

.testimonials {
  padding: 0px 0;
}
.testimonials h3 {
  margin-bottom: 20px;
}
.testimonials .card {
  border-bottom: 3px #007bff solid !important;
  transition: 0.5s;
  margin-top: 60px;
}
.testimonials .card i {
  background-color: #007bff;
  color: #ffffff;
  width: 75px;
  height: 75px;
  line-height: 75px;
  margin: -40px auto 0 auto;
}

/* Testimonial CSS ends Here */

/*Footer Top Css*/
.footer-hover li {
  padding: 3px 0;
}
.footer-hover a {
  padding-left: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
}

.footer-hover a:hover {
  color: #fff; /* Hover color */
}

.marquee-container {
  overflow: hidden; /* Ensure the container hides overflowing content */
  white-space: nowrap;
  width: 100%;
  position: relative;
}

.marquee {
  display: inline-block;
  animation: scroll-left 20s linear infinite;
  /*overflow: hidden;*/
  white-space: nowrap;
  position: relative; /* Ensure proper positioning */
}

@keyframes scroll-left {
  0% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(-120%);
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/components/additional-css/Popupform.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
/* src/PopupForm.css */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000; /* Make sure it's above everything else */
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 0px 10px; 
  }
  
  .popup-inner {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
  }
  
  .popup-inner h2{
    background-color: white;
    margin-top: -20px;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3px;
    color:red;
    font-size:70px
    
  }

  .popup-inner h3{
    background-color: white;
    text-align: center;
    margin-top: -40px;
    color:#03a4ed;
    font-size:40px;
    letter-spacing: -2px;
  }

  
  .popup-inner p{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.2px;
  }
  
  .popup-inner button{font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.2px;
 
}


  form#contactdtl input {
    width: 60%;
    height: 46px;
    border-radius: 33px;
    background-color: #d1f3ff;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #2a2a2a;
    padding: 0px 20px;
    margin-bottom: 5px;
  }

form#contactdtl input::-moz-placeholder {
  color: #2a2a2a;
}

form#contactdtl input::placeholder {
  color: #2a2a2a;
}

form#contactdtl button {
  width: 30%;
  height: 46px;
  border-radius: 33px;
  background-color: red;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 5px;
  letter-spacing: 3px;
}

.close-btn {
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: red;
}

.close-btn:focus {
  outline: none;
}

/* Floating icon */
.floating-icon {
  position: fixed;
  top: 105px;
  right: 40px;
  z-index: 1000;
  background-color: #f70606;
  color: white;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hide floating icon on larger screens */
@media (min-width: 1200px) {
  .floating-icon {
    display: none;
  }
}

/* Hide div of text on smaller screens */
@media (max-width: 767px) {
  .divDisplay {
    display: none;
  }
  .popup-inner h2{
    
    letter-spacing: 1px;
    color:red;
    font-size:50px
    
  }
  form#contactdtl input {
    width: 100%;
    
  }

  form#contactdtl button {
    width: 100%;
    
  }
}






/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.paraFont {
  /* font-size: 20px;
  line-height: 30px;
  color: #2a2a2a;
  font-weight: 500; */
  letter-spacing: 1.2px;
}

.paraFontOther {
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 1.3px;
}

.paraFontTitle {
  /* line-height: 25px;
  
  font-weight: 500;
  text-align: left;
  font-size: 20px; */
  color: #fff;
  letter-spacing: 1.2px;
}

.row {
  transition: transform 1s ease-in-out;
}

