*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Libre Baskerville", serif; */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "puvi-Semibold";
    src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Semibold.otf");
}

@font-face {
    font-family: "puvi-Bold";
    src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Bold.otf");
}

@font-face {
    font-family: "puvi-Regular";
    src: url("Zoho_Puvi/OpenType-PS/Zoho\ Puvi\ Regular.otf");
}

body {
    overflow-x: hidden;
    background-size: cover;
    background-position: center;
    width: 100%;
}

p span {
    color: #396baf;
}

header {
    padding: 32px 175px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    font-family: "puvi-Semibold";
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.logo {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #1E1E1E;
}

.logo>img {
    width: 200px;
}

nav {
    display: flex;
    gap: 30px;
    padding: 8px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-weight: 580;
    font-size: 18px;
    transition: color 0.3s, transform 0.2s;
    position: relative;
}

nav a:hover {
    color: #396baf;
    /* transform: translateY(-2px); */
    border-bottom: 1px solid #396baf;
}

.hero {
    background-image: url(support1.png);
    background-size: 100px;
    background-position: center;
    width: 100%;
    min-height: 700px;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.hero-content {
    width: 93%;
    /* padding: px 24px; */
    margin: auto;
    display: flex;
    justify-content: space-around;
}


.content {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
}

.content h1 {
    margin-top: 0;
    font-size: 70px;
    font-weight: 900;
    line-height: 1.1;
    color: #1E1E1E;
    font-family: "puvi-Bold";
    background: #396baf;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content p {
    font-size: 24px;
    color: black;
    margin-top: 20px;
    line-height: 1.5;
    text-align: justify;
    font-family: "puvi-Regular";
}

.content button {
    font-size: 22px;
    padding: 16px;
    background: #396baf;
    color: white;
    margin-top: 30px;
    border: none;
    font-family: "puvi-Semibold";
    border-radius: 12px;
    width: fit-content;
}

.content button:hover {
    background-color: #0056b3;
}

.hero-image {
    max-width: 50%;
    margin-right: 100px;
    margin-bottom: 20px;
}

.hero-image img {
    max-width: 100%;
    margin-left: 140px;
    border-radius: 12px;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger div {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.4s;
}

.feature-section {
    background-image: url(support3.png);
    background-size: 100px;
    background-position: center;
    /* margin:auto; */
    padding-bottom: 100px;
    position: relative;
    text-align: center;
}

.feature-section h1 {
    font-family: "puvi-Bold";
    font-size: 4em;
    color: #396baf;
    text-decoration: underline;
    text-underline-offset: 16px;
}

.Links {
    background-image: url(support2.png);
    background-size: 100px;
    background-position: center;
    background-position: center;
    width: 100%;
    min-height: 700px;
    padding-bottom: 100px;
}

.Links-content {
    width: 93%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.Links-content h1 {
    text-align: center;
    font-size: 4em;
    margin-top: 30px;
    color: #396baf;
    font-family: "puvi-Bold";
    text-decoration: underline;
    text-underline-offset: 16px;
}

.Links-content-para {
    display: flex;
    /* gap: 40px; */
    justify-content: space-evenly;
    font-family: "puvi-Regular";
}

.Links-content-para p {
    max-width: 50%;
    text-align: justify;
    padding: 60px;
    font-size: 20px;
    border-radius: 14px;
    font-family: "puvi-Regular";
}

.Links-content img {
    width: 30%;
    margin: auto;
    height: 500px;
    margin-top: -20px;
    border-radius: 12px;
    transform: scale(2);
}

.product a {
    text-align: center;
    border: 1px solid rgb(0, 0, 0);
    width: 50%;
    margin: auto;
    margin-bottom: 20px;
    padding: 8px;
    border-radius: 12px;
}


.main-page {
    width: 90%;
    display: flex;
    flex-direction: column;
}

.main-page h1 {
    color: #396baf;
    font-family: "puvi-Bold";
    /* text-decoration: underline; */
}

.main-text {
    min-width: 70%;
    font-size: 4em;
    font-weight: 600;
    flex-grow: 1;
}

.main-para {
    font-size: 24px;
    font-family: "puvi-Regular";
    width: 50%;
    max-width: 50%;
    min-width: 20%;
    flex-grow: 1;
    line-height: 1.4;
}


.box {
    padding: 12px;
    width: 30%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    margin: 10px;
}

.steps {
    padding-top: 40px;
    padding-left: 24px;
    /* max-width: 75%; */
    min-width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: start;
}

.box>div>h1 {
    font-size: 30px;
    min-width: 100%;
    font-weight: 400;
    flex-grow: 1;
    margin-bottom: 10px;
    font-family: "puvi-Semibold";
    color: #396baf;
    letter-spacing: 1px;
}

.box>div>p {
    font-size: 20px;
    min-width: 100%;
    flex-grow: 1;
    font-family: "puvi-Regular";
    line-height: 1.4;

}

.images {
    min-width: 150px;
    min-height: 150px;
    width: 100%;
    height: 100%;
    max-width: 80%;
    max-width: 240px;
}

.box>div {
    width: 100%;
    padding: 12px;
}


.slider-container {
    width: 65%;
    overflow: hidden;
    position: relative;
    /* border: 1px solid black; */
    margin: auto;
    margin-top: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease-in-out;
    width: 200px;
    /* border: 1px solid red; */
    padding: 8px;

}

.card {
    min-width: 400px;
    height: 300px;
    display: flex;
    gap:1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.card h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-family: "puvi-Semibold";
    color: #396baf;
}

.card p {
    font-family: "puvi-Regular";
    font-size: 18px;
}

#Link-ques {
    font-family: "puvi-Bold";
    font-size: 64px;
}

#Link-ans {
    padding-top: 32px;
    margin-top: 24px;
    font-family: "puvi-Regular";
    font-size: 26px;
    line-height: 1.3em;
}

.product {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin:auto;
    background-image: url(support1.png);
    background-size: 100px;
    background-position: center;
    gap:2em;
    padding: 32px;
    padding-bottom: 100px;
    padding-left: 60px;
}

.copy-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: white;
    padding: 18px;
    width: 40%;
    margin-top:50px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.copy-text {
    border: none;
    background: none;
    font-size: 16px;
    width: 600px;
    color: #333;
    font-weight: bold;
    outline: none;
    user-select: all;
}

.copy-btn {
    background-color: #396baf;
    color: white;
    border: none;
    padding: 12px 14px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
}

.copy-btn:hover {
    background-color: #0056b3;
}

footer {
    text-align: center;
    padding: 80px 0px;
    padding-bottom: 20px;
}

footer a {
    margin: auto;
    background-image: url("logo4x.png");
    padding: 1.2em 9em;
    background-position: center;
    background-size: cover;
}

footer p {
    margin-top: 2em;
}


