@charset "UTF-8";

/* ===== Global Styles ===== */
        body {
            font-family: 'Open Sans', sans-serif;
            line-height: 1.6;
            margin: 0;
            padding: 0;
            color: #333;
            background-color: #f9f9f9;
        }
        
        .container {
            width: 85%;
            max-width: 1200px;
            margin: 0 auto;
           margin-top: 110px;     /* SAME as header height */
        }
        .container2 {
            width: 85%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        /* ===== Animated Logo ===== */
        .rateet-logo {
            display: inline-block;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 4.5rem;
            cursor: default;
        }
        
        .rateet-logo-Text {
			 /*-webkit-text-stroke: 1px white;  /* outer outline */
			/*text-stroke: 1px white;          /* fallback */
			    text-shadow:
				3px 3px 0 #000,     /* main shadow */
				6px 6px 0 rgba(0,0,0,0.3); /* deeper shadow */

			font-weight: 500;                /* keeps stroke clean */
        }

       .rateet-logo span {
            display: inline-block;
            position: relative;
            animation: bounce 0.8s ease infinite alternate;
        }
        
		/*.rateet-logo span:nth-child(0) { color: animation-delay: 0.7s; }*/
	.rateet-logo span:nth-child(1) { color: #FFFFFF; animation-delay: 0.1s; }
        .rateet-logo span:nth-child(2) { color: #EA4335; animation-delay: 0.2s; }
        .rateet-logo span:nth-child(3) { color: #FBBC05; animation-delay: 0.3s; }
        .rateet-logo span:nth-child(4) { color: #4285f4; animation-delay: 0.4s; }
        .rateet-logo span:nth-child(5) { color: #EA4335; animation-delay: 0.5s; }
        .rateet-logo span:nth-child(6) { color: #34a853; animation-delay: 0.6s; }
        .rateet-logo span:nth-child(7) { color: #FBBC05; animation-delay: 0.7s; }
		/*.rateet-logo span:nth-child(8) { color: #FBBC05; animation-delay: 0.8s; }*/
        
        .rateet-com {
            font-size: 17px;
            color: #083D43;
            vertical-align: center;
			font-weight: 800;                /* keeps stroke clean */
          animation: fadeIn 1s ease-in;	
        }
        
        @keyframes bounce {
            0% { transform: translateY(0); }
            100% { transform: translateY(-10px); }
        }
        
        @keyframes fadeIn {
            0% { opacity: 0; }
            100% { opacity: 1; }
        }
        
        /* ===== Header ===== */
        header {
	background-color: #FFFFFF;
           /* background-color: #4285F4;
			background-color: #5f7394;*/
			/*background: linear-gradient(90deg, #34A853, #4285F4);*/
            color: black;
            padding: 2px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  
            
        }
        .headertop {
           /*Static top*/       
            position: static;
            top: auto;
            left: auto;
            width: 100%;
            z-index: auto;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
             bottom: 0;
            align-items: center;
        }
        
        nav ul {
            display: flex;
            list-style: none;
            padding: 5px;
        }
        
        nav ul li {
            margin-left: 50px;
        }
        
        nav ul li a {
            color: #4285F4;
            font-size: 1.25rem;
            text-decoration: none;
            font-weight: 800;
            font-family: 'Poppins', sans-serif;
        }
        
        /* ===== Hero Section ===== */
        .hero {
            background: linear-gradient(135deg, #4285F4, #34A853);
            color: white;
            padding: 10px 0;
            /*text-align: center;*/
        }
        
        .hero h1 {
            font-family: 'Poppins', sans-serif;
            font-size: 2.5rem;
            margin-bottom: 20px;
        }
        
        .hero p {
            font-size: 1.2rem;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #EA4335;
            color: white;
            padding: 15px 35px;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            font-size: 1.1rem;
            font-family: 'Poppins', sans-serif;
            transition: all 0.3s;
        }
        
        .cta-button:hover {
            background-color: #d33426;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        /* ===== Benefits Section ===== */
        .benefits {
            padding: 80px 0;
        }
         .contact {
            padding: 40px 0;
        }
        .section-title {
            text-align: center;
            margin-bottom: 50px;
            font-family: 'Poppins', sans-serif;
            color: #4285F4;
            font-size: 2.5rem;
        }
        .section-title2 {
            text-align: center;
            margin-bottom: 50px;
            font-family: 'Poppins', sans-serif;
            color: #ffffff;
            font-size: 2.5rem;
        }
        
        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .benefit-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s;
        }
        
        .benefit-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .benefit-card h3 {
            color: #34A853;
            margin-top: 0;
            font-family: 'Poppins', sans-serif;
        }
        
        .benefit-icon {
            font-size: 40px;
            color: #4285F4;
            margin-bottom: 20px;
        }
         .benefit-icon2 {
            font-size: 16px;
            color: #fff;
            /*margin-bottom: 10px;*/
			padding-left: 30px;
        }

		.benefit-icon3 {
            font-size: 33px;
            color: #fff;
            margin-bottom: 10px;
        }
        
        /* ===== How It Works ===== */
        .how-it-works {
            background-color: #f1f8fe;
            padding: 80px 0;
        }
        
        .steps {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            margin-top: 40px;
        }
        
        .step {
            flex-basis: 30%;
            text-align: center;
            margin-bottom: 30px;
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .step-number {
            background-color: #4285F4;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-weight: bold;
            font-size: 1.5rem;
            font-family: 'Poppins', sans-serif;
        }
        
        /* ===== Testimonials ===== */
        .testimonials {
            padding: 80px 0;
        }
        
        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .testimonial {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
            position: relative;
        }
        
        .testimonial-text:before {
            content: '"';
            font-size: 60px;
            color: #FBBC05;
            position: absolute;
            left: -15px;
            top: -20px;
            opacity: 0.2;
        }
        
        .testimonial-author {
            font-weight: bold;
            color: #4285F4;
            font-family: 'Poppins', sans-serif;
        }
        
        /* ===== Footer ===== */
        footer {
            background-color: #202124;
            color: white;
            padding: 60px 0 30px;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .footer-section {
            flex-basis: 30%;
            margin-bottom: 30px;
        }
        
        .footer-section h3 {
            color: #34A853;
            font-family: 'Poppins', sans-serif;
        }
        
        .copyright {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid #444;
            margin-top: 30px;
        }
        
        /* ===== Responsive Design ===== */
        @media (max-width: 768px) {
            .header-container {
                flex-direction: column;
                text-align: center;
            }
            
            nav ul {
                margin-top: 20px;
            }
            
            .step {
                flex-basis: 100%;
            }
            
            .footer-section {
                flex-basis: 100%;
            }
            
            .hero h1 {
                font-size: 2.2rem;
            }
        }

		.quote-block {
			  border-left: 4px solid #ccc;
			  padding-left: 12px;
			  font-family: Arial, sans-serif;
			  line-height: 1.6;
			}
			
		.icon {
		  width:18px;
		  height:18px;
		  display:inline-block;
		  color:#FD6A0B; }
		 .icon2 {
		  width:19px;
		  height:19px;
		  display:inline-block;
		  color:#FD6A0B; }

   /* ===== Form style ===== */

.label {
    font-size: 1rem;
    font-weight: 600;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-field {
    width: 100%;
    padding: 15px;
    padding-right: 40px; /* space for icon */
    border-radius: 5px;
    border: 2px solid #ddd;
    font-size: 1rem;
    transition: 0.2s;
}

.icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    display: none;
}

.error {
    color: Black;
    font-size: 1rem;
    display: block;
    margin-top: -10px;
    margin-bottom: 10px;
}

.cta-button2 {
    width: 100%;
    padding: 15px;
    background-color: #4285F4;
    border: none;
    color: white;
    font-size: 1.1rem;
    border-radius: 5px;
    cursor: pointer;
}

   /* ===== Form style ===== */
   
        /* FIXED HEADER */
     /*   header {
            position: fixed;      
            top: 0;
            left: 0;
            width: 100%;
        
            height: auto;
         
            color: #fff;
            display: flex;
            align-items: center;
            padding: 0 20px;
            box-sizing: border-box;
            z-index: 1000;
        }*/
        
 header {position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
}
/* Space below header for desktop */
body {
    padding-top: 10px; /* match header height */
}

/* MOBILE: Header scrolls normally */
@media (max-width: 768px) {
    .site-header {
        position: static !important;
    }

    body {
        padding-top: 0px !important;
    }
}
  
@media (max-width: 768px) {
    header,
    .header,
    .navbar {
        position: static !important;
        top: auto !important;
    }
}


 /******************************* New added css ************************************/
 
 
 /* ================= GO TO TOP BUTTON ================= */
:root {
    --btn-grad-start: #f97316; /* orange */
    --btn-grad-end:   #facc15; /* yellow */
    --btn-ring: #ffffff;
}

/* Light / Dark mode sync */
@media (prefers-color-scheme: light) {
    :root {
        --btn-grad-start: #fb923c;
        --btn-grad-end:   #fde047;
        --btn-ring: #ffffff;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --btn-grad-start: #f97316;
        --btn-grad-end:   #facc15;
        --btn-ring: #ffffff;
    }
}

#goTopBtn {
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    z-index: 1000;

    background: linear-gradient(
        135deg,
        var(--btn-grad-start),
        var(--btn-grad-end)
    );
    background-size: 200% 200%;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease,
        background-position 0.6s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

/* Fade in */
#goTopBtn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Gradient animation on hover */
#goTopBtn:hover {
    background-position: right center;
    transform: translateY(-4px);
}

/* SVG Chevron */
.chevron-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 22px;
    height: 22px;
    stroke: #fff;
    stroke-width: 2.5;
    fill: none;
    pointer-events: none;
}

/* Progress Ring */
.progress-ring {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
}

.progress-ring-bg {
    fill: none;
    stroke: rgba(255,255,255,0.25);
    stroke-width: 4;
}

.progress-ring-circle {
    fill: none;
    stroke: var(--btn-ring);
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 151;
    stroke-dashoffset: 151;
    transition: stroke-dashoffset 0.2s linear;
}

/* Tooltip */
.tooltip {
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: #111;
    color: #fff;
    padding: 6px 10px;
    font-size: 12px;
    border-radius: 6px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

#goTopBtn:hover .tooltip {
    opacity: 1;
}

/* Mobile */
@media (max-width: 768px) {
    #goTopBtn {
        bottom: 80px;
        right: 16px;
    }

    .tooltip {
        display: none; /* cleaner on mobile */
    }
}

/* ======== ====*/

/* HEADER BASE */
.site-header {
    width: 100%;
    background: #fff;
    z-index: 1000;
    height: 110px;          /* IMPORTANT: header height */
}

.header-container {
    max-width: 1200px;
    margin: auto;
    padding: 1px 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* DESKTOP MENU */
.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-menu a {
    text-decoration: none;
    color: #1a73e8;
    font-weight: 600;
}

/* HAMBURGER */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 30px;
    height: 3px;
    background: #1a73e8;
    margin: 2px 0;
    transition: 0.3s;
}

/* MOBILE MENU */
.mobile-menu {
    display: none;
    flex-direction: column;
    background: #ffffff;
    border-top: 1px solid #eee;
}

.mobile-menu a {
    padding: 2px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    background: #ffffff;
    font-size: 13px;
}

/* MOBILE STYLES */
@media (max-width: 768px) {

    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile-menu.show {
        display: flex;
    }
}

/*======= New Form CSS */


  /* body {
                font-family: 'Open Sans', sans-serif;
                background: linear-gradient(135deg, #EA4335, #FBBC05);
                min-height: 100vh;
                margin: 0;
                padding: 20px;
            }
            
            .container2 {
                max-width: 600px;
                margin: 0 auto;
                background: white;
                padding: 40px;
                border-radius: 20px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.2);
            }
            */
            /* Mobile-First CSS for RateET Form */
.container2 {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .container2 {
        padding: 20px;
        margin: 20px auto;
    }
}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

            
            
            .section-title2 {
                font-family: 'Poppins', sans-serif;
                color: #333;
                text-align: center;
                margin-bottom: 10px;
                font-size: 28px;
            }
            
            p {
                text-align: center;
                color: #666;
                margin-bottom: 30px;
            }
            
            .input-group {
                margin-bottom: 20px;
            }
            
            .label {
                display: block;
                margin-bottom: 8px;
                font-weight: 600;
                color: #333;
            }
            
            .input-field {
                width: 100%;
                padding: 12px 15px;
                border: 2px solid #ddd;
                border-radius: 10px;
                font-size: 16px;
                box-sizing: border-box;
                transition: border-color 0.3s;
            }
            
            .input-field:focus {
                outline: none;
                border-color: #EA4335;
            }
            
            .error {
                color: #EA4335;
                font-size: 14px;
                margin-top: 5px;
                display: block;
                min-height: 20px;
            }
            
            .cta-button2 {
                background: linear-gradient(135deg, #EA4335, #FBBC05);
                color: white;
                border: none;
                padding: 15px 30px;
                font-size: 18px;
                font-weight: 600;
                border-radius: 10px;
                cursor: pointer;
                width: 100%;
                transition: transform 0.3s;
                font-family: 'Poppins', sans-serif;
            }
            
            .cta-button2:hover {
                transform: translateY(-2px);
            }
            
            .cta-button2:disabled {
                opacity: 0.7;
                cursor: not-allowed;
            }
            
            .success-message {
                background: #4CAF50;
                color: white;
                padding: 15px;
                border-radius: 10px;
                text-align: center;
                margin-top: 20px;
                display: none;
            }
            
            @media (max-width: 768px) {
                .container {
                    padding: 20px;
                }
            }