/*
Theme Name: Gas Safety Certificate
Theme URI: https://www.facebook.com/md.nasirul.5/
Author: Nasir
Author URI: https://www.facebook.com/md.nasirul.5/
Description: Our previous theme AKAA PLUMBING AND HEATING was run successfully. This is we run the next version of the that one. GAS COOKER INSTALLATION is specialy work only specific service of Gas Cooker Installation in local area.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htmllandingMainContent
Text Domain: gassafetycertificate
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --theme-color-white: #fff;
  --theme-color-black: #0a0a0a;
  --theme-color-gray: #515253;
  --theme-color-light-gray: #ebf4ff;
  --theme-color-blue: #022859;
  --theme-color-light-blue: #0356bc;
  --theme-color-orange: #ff7101;
  --theme-color-green: #a2cc38;
  --theme-color-green-dark: #91b732;
}

.bg-white {
  background-color: var(--theme-color-white);
}
.bg-black {
  background-color: var(--theme-color-black);
}
.bg-gray {
  background-color: var(--theme-color-gray);
}
.bg-light-gray {
  background-color: var(--theme-color-light-gray);
}
.bg-blue {
  background-color: var(--theme-color-blue);
}
.bg-light-blue {
  background-color: var(--theme-color-light-blue);
}

.color-blue {
  color: var(--theme-color-blue);
}
.color-light-blue {
  color: var(--theme-color-light-blueblue);
}
.color-orange {
  color: var(--theme-color-orange);
}
.color-green {
  color: var(--theme-color-green);
}
.text-justify {
  text-align: justify;
}

.icon-container {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--theme-color-light-blue);
  border-radius: 50%;
  padding: 18px;
}
.nav-icon {
  font-size: 20px;
  color: var(--theme-color-light-gray);
}
.nav-icon:hover {
  transition: 0.4s;
  transition: ease-in-out;
  color: var(--theme-color-orange);
}

.btn-green {
  background-color: var(--theme-color-green) !important;
  color: var(--theme-color-white) !important;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.btn-green:hover {
  background-color: var(--theme-color-green-dark) !important;
}
.btn-light-blue {
  background-color: var(--theme-color-light-blue) !important;
  color: var(--theme-color-white) !important;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.btn-light-blue:hover {
  background-color: var(--theme-color-blue) !important;
}
.btn-orange {
  background-color: var(--theme-color-orange) !important;
  color: var(--theme-color-white) !important;
  transition: background-color 0.3s ease; /* Smooth transition */
}
.btn-orange:hover {
  background-color: var(--theme-color-white) !important;
  color: var(--theme-color-orange) !important;  
}
nav ul li {
  list-style: none;
  float: left;
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
}
nav ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
nav ul li a:hover {
  transition-duration: 1s;
  color: var(--theme-color-orange);
}
.logo img {
  width: 50%;
}

.navbar-toggler-icon {
  color: var(--theme-color-light-blue) !important;
}

.card-black {
  background-color: var(--theme-color-black) !important;
  border-radius: 20px !important;
}
.card-blue {
  background-color: var(--theme-color-blue) !important;
  border-radius: 20px !important;
}
.card-light-blue {
  background-color: var(--theme-color-light-blue) !important;
  border-radius: 20px !important;
}
.card-body {
  background-color: var(--theme-color-light-gray) !important;
  border-radius: 20px !important;
}
.corporate img {
  width: 100%;
  padding: 10px;
}
.card ul li {
  border-bottom: 0.5px solid var(--theme-color-light-blue);
}
footer p {
  text-align: justify;
}
.aiRobot {
  background-image: url("./assets/src/library/images/newboilerbreakdown.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.glass-heading {
  background: rgba(0, 0, 0, 0.6); /* Light transparent background */
  backdrop-filter: blur(5px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); /* Shadow for depth */
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); /* Glow-like text shadow */
  display: inline-block;
  padding: 5px 20px 5px 20px;
}

.aiRobot h1 {
  margin: 10% 0% 10% 55%;
  font-size: 50px;
  color: #fff;
  opacity: 0;
  transform: translateX(-200%);
  transition: transform 0.9s ease, opacity 0.9s ease;
}

.aiRobot h1.show {
  opacity: 1;
  transform: translateX(0);
}
  .zoom-in {
    transform: scale(0);
    transition: transform 0.6s ease-in-out;
  }
  .zoom-in.active {
    transform: scale(1);
  }


/* 3d flip card*/
.box-item {
  position: relative;
  padding: 10px 10px 10px 10px;
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
}
.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  min-height: 450px;
  -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flipboxIcon {
  font-size: 60px;
  color: #fff; /* optional for contrast */
  text-shadow: 12px 15px 8px rgba(0, 0, 0, 0.5);
}
.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.flip-box .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  transform: translateY(-50%) translateZ(60px) scale(0.9);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.9);
  -ms-transform: translateY(-50%) translateZ(60px) scale(0.9);
}
.flip-box-header {
  margin: 25% auto;
  font-size: 48px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.8);
}
.flip-box p {
  font-size: 28px;
  line-height: 1.4em;
  text-transform: capitalize;
}
.flip-box-img {
  margin-top: 25px;
}
.flipbox-front-bg1 {
  background-image: url("./assets/src/library/images/boiler-installation-front.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-back-bg1 {
  background-image: url("./assets/src/library/images/boiler-installation-1536x768.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-front-bg2 {
  background-image: url("./assets/src/library/images/boiler-repair-front.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-back-bg2 {
  background-image: url("./assets/src/library/images/boiler-repair.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-front-bg3 {
  background-image: url("./assets/src/library/images/boilerServiceFront.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-back-bg3 {
  background-image: url("./assets/src/library/images/boilerServiceBack.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-front-bg4 {
  background-image: url("./assets/src/library/images/gas-cooker-front.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flipbox-back-bg4 {
  background-image: url("./assets/src/library/images/gas-cooker-back.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*###################### small device #####################################*/
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 22px !important;
  }
  h2 {
    font-size: 20px !important;
  }
  h3 {
    font-size: 18px !important;
  }
  h4 {
    font-size: 16px !important;
  }
  h5 {
    font-size: 15px !important;
  }
  p {
    font-size: 14px !important;
  }
  .callBox {
    display: none !important;
  }
  .icon-container {
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--theme-color-light-blue);
    border-radius: 50%;
    padding: 12px;
  }
  .nav-icon {
    font-size: 14px;
    color: var(--theme-color-light-gray);
  }
  .nav-icon:hover {
    transition: 0.4s;
    transition: ease-in-out;
    color: var(--theme-color-orange);
  }
  .booking strong {
    font-size: 16px;
  }
  nav ul li {
    list-style: none;
    float: left;
    display: block;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  nav ul {
    padding-top: 20px;
  }
  nav ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
  }
  nav ul li a:hover {
    transition-duration: 1s;
    color: var(--theme-color-orange);
  }
  .logo img {
    width: 40%;
    border-radius: 5px;
  }
  .wa img {
    max-width: 100%;
  }
  .navbar-toggler-icon {
    color: var(--theme-color-light-blue) !important;
  }
  .card-blue {
    background-color: var(--theme-color-blue) !important;
    border-radius: 20px !important;
  }
  .card-light-blue {
    background-color: var(--theme-color-light-blue) !important;
    border-radius: 20px !important;
  }
  .aiRobot {
    background-image: url("./assets/src/library/images/newboilerbreakdown.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .glass-heading {
    background: rgba(0, 0, 0, 0.7); /* Light transparent background */
    backdrop-filter: blur(2px); /* Glass blur effect */
    -webkit-backdrop-filter: blur(8px); /* Safari support */
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5); /* Shadow for depth */
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); /* Glow-like text shadow */
    display: inline-block;

    padding: 10px 20px 10px 20px;
  }

  .aiRobot h1 {
    margin: 20% auto;
    font-size: 36px;
    color: #fff;
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.9s ease, opacity 0.9s ease;
  }

  .aiRobot h1.show {
    opacity: 1;
    transform: translateX(0);
  }
  .zoom-in {
    transform: scale(0);
    transition: transform 0.6s ease-in-out;
  }
  .zoom-in.active {
    transform: scale(1);
  }

  /* 3d flip card*/
  .box-item {
    position: relative;
    padding: 10px 10px 10px 10px;
    -webkit-backface-visibility: hidden;
    width: 100%;
    max-width: 100%;
  }
  .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    min-height: 450px;
    -ms-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .flipboxIcon {
    font-size: 40px;
    color: #fff; /* optional for contrast */
    text-shadow: 12px 15px 8px rgba(0, 0, 0, 0.5);
  }
  .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip-box .inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%) translateZ(60px) scale(0.93);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.93);
    -ms-transform: translateY(-50%) translateZ(60px) scale(0.93);
  }
  .flip-box-header {
    margin: 70% auto;
    font-size: 48px;
    text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.8);
  }
  .flip-box p {
    font-size: 28px;
    line-height: 1.4em;
    text-transform: capitalize;
  }
  .flip-box-img {
    margin-top: 25px;
  }
  .flipbox-front-bg1 {
    background-image: url("./assets/src/library/images/boiler-installation-front.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flipbox-back-bg1 {
    background-image: url("./assets/src/library/images/boiler-installation-1536x768.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flipbox-front-bg2 {
    background-image: url("./assets/src/library/images/boiler-repair-front.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flipbox-back-bg2 {
    background-image: url("./assets/src/library/images/boiler-repair.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flipbox-front-bg3 {
   background-image: url("./assets/src/library/images/boilerServiceFront.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .flipbox-back-bg3 {
    background-image: url("./assets/src/library/images/boilerServiceBack.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.whatsappcall {
  position: fixed;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  z-index: 9999; /* ensures it's above most elements */
}

.whatsappcall img {
  width: 60%;
}


}
