@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Ramabhadra&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Basic Reset */
body {
  font-family: "Ramabhadra", sans-serif;
  background: #fff;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}

button:visited,
button.active,
button:hover,
button:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

/* Top Header Section */
.top-header-sec {
  background: url(../img/bg.png);
  background-size: cover;
  background-position: center;
}

/* Top Logo */
.top-logo {
  margin: 41px 0px 0px 0px;
}

.top-logo img {
  width: 200px !important;
  height: auto !important;
  min-height: 150px !important;
  border-radius: 50% !important;
  object-fit: contain !important;
  display: block !important;
}

/* Elementor Container */
.elementor-container {
  max-width: 1140px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Top Footer Element */
.top-footer-element {
  width: 100%;
  border-radius: 20px;
}

.top-footer-element h2 {
  font-family: "Ramabhadra", sans-serif;
  text-align: center;
  font-size: 44px;
  font-weight: 900 !important;
  text-transform: capitalize;
  line-height: 55px;
  letter-spacing: 1.6px;
  text-shadow: 0px 3px 4px rgb(0 0 0 / 64%);
  color: #283db7 !important;
}

/* Title Div */
.titile-div {
  margin-bottom: 20px;
}

/* Elementor Heading Title */
.elementor-heading-title {
  font-family: "Roboto", Sans-serif;
  font-weight: 600 !important;
  color: #000000 !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.36);
}

/* Emoji Styles */
img.wp-smiley, img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

/* Footer Section */
.dia-footer-section {
  padding-top: 20px;
}

/* Blink Background Button */
.blink_bg_button {
  background: #410f99;
  font-family: "Helvetica", Sans-serif;
  font-weight: 600;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: rgb(0 92 104);
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.51);
  fill: #FDFDFD;
  color: #FDFDFD;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 40px;
  padding: 12px 40px 12px 40px;
  cursor: pointer;
  transition: all .3s;
  text-align: center;
  margin-bottom: 0.8rem;
  animation: bgBlink 2.5s infinite alternate;
}

@keyframes bgBlink {
  0% {
    background-color: rgb(238, 255, 0);
    color: black;
  }
  25% {
    background-color: rgb(0, 148, 168);
    color: white;
  }
  50% {
    background-color: rgb(0, 0, 0);
    color: white;
  }
  75% {
    background-color: rgb(165, 0, 130);
    color: white;
  }
  100% {
    background-color: rgb(238, 255, 0);
    color: black;
  }
}

.blink_bg_button:hover {
  color: yellow;
  transform: scale(1.05);
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .top-logo {
    margin: 41px 0px 0px 0px;
  }

  .top-logo img {
    width: 200px !important;
    max-height: 250px !important;
    border-radius: 50% !important;
    object-fit: contain !important;
    display: block !important;
  }

  .elementor-heading-title {
    font-size: 25px;
    font-weight: 700;
  }

  .blink_bg_button {
    font-size: 23px !important;
    border-radius: 3px 3px 3px 3px;
    padding: 20px 15px 15px 15px;
  }

  .top-footer-element {
    width: auto;
    margin: 0px;
    border-radius: 19px 19px 19px 19px;
  }

  .top-footer-element h2 {
    font-size: 35px !important;
    line-height: 43px !important;
    color: #000e5f !important;
    text-shadow: 0px 3px 4px rgb(0 0 0 / 50%) !important;
  }

  .titile-div {
    margin-bottom: 25px;
  }

  .dia-footer-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
